Sample to reproduce the issue
Steps to reproduce
docker-compose up -d
./gradlew build
java -jar build/libs/sleuth-rabbit-0.0.1-SNAPSHOT.jar
Expected that all send messages have sample state 0
, because of SamplerFunction<MessagingRequest>
returning false in all cases.
However, the first ten messages have the state 1
.