You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and try to send a message into this new partition:
brod:produce_sync(brod_client_1, <<"foobar">>, 2, <<"what is it">>, <<"test2 from brod">>).
Unfortunately this message is not received on the kflow side. Is it supposed to work at all or am I trying something that's not supported (or even doesn't make sense)?
The text was updated successfully, but these errors were encountered:
This reminds me of this issue: kafka4beam/brod#349 (Kflow is based on brod, so unfortunately it inherits this problem). Have you tried restarting the workflow or the whole kflow app? It should trigger consumer group rebalance, and messages from the new partition should be consumed.
Hello!
I setup a minimal
kflow
server using thiskflow_config
module:First I create a topic with two partitions:
Then produce some messages using brod:
The messages are printed on the
kflow
side:Everything works great. Then I add a new partition to the topic:
and try to send a message into this new partition:
Unfortunately this message is not received on the
kflow
side. Is it supposed to work at all or am I trying something that's not supported (or even doesn't make sense)?The text was updated successfully, but these errors were encountered: