filter out on reader.consume()
sarut0bi opened this issue · 2 comments
sarut0bi commented
Hi ,
Is there any way to filter out data in reader consume (ex using a header ?) ...I cannot find out any option in documentation...
I cannot be sure to be the only producer in my topics & sometimes I get false negative in my checks when topic is been use by someone else; any idea how to avoid it?
Greets,
mostafa commented
I am afraid you need to do it in JS. That is, loop over the results and filter them manually.