nodefluent / kafka-streams

equivalent to kafka-streams :octopus: for nodejs :sparkles::turtle::rocket::sparkles:

Home Page:https://nodefluent.github.io/kafka-streams/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no option to add enable.idempotence: true on producer side

cnwme opened this issue · comments

Hi,
for idempotence, i need to activate the idempotence on producer side stream to not get x same messages on topic when pushed after .filter
the option enable.idempotence: true on config stream is not supported.