-
Working with a kafka consumer. Its problematic to do assertions as messages will be produced in unknown order. IE if I produce three messages with "value": "one", "two", or "three" I can't assert result.messagesjson.messagesjson0.value ShouldEqual "one" when it might be messagejson0, 1, or 2 containing that "value". Wondering if there is a way to work this out. |
Beta Was this translation helpful? Give feedback.
Answered by
fokion
Jun 22, 2023
Replies: 1 comment
-
Is this something that you can use ? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ethrbunny
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this something that you can use ?