faust icon indicating copy to clipboard operation
faust copied to clipboard

Agent does not iterate over the changelog topic

Open PJ-Schulz opened this issue 4 years ago • 1 comments

Hello,

I found this Issue from @xqzhou at the robinhood/faust project: https://github.com/robinhood/faust/issues/293

Steps to reproduce

Define an agent consume message from a table's changelog topic

Expected behavior

As table getting updated and message written into changelog topic, agent should receive the message

Actual behavior

Agent is not receiving the new changelog message

I still have this problem with faust-streaming. Is there an action to fix it so that the app does not pause active partitions when there is an agent subscribing to the table-changelog-topic?

PJ-Schulz avatar Apr 26 '21 11:04 PJ-Schulz

Is there an action to fix it so that the app does not pause active partitions when there is an agent subscribing to the table-changelog-topic?

This is an old issue, but for anyone reading this, I suggest looking at https://github.com/robinhood/faust/issues/505#issuecomment-677829807. Unfortunately we do not have plans to implement that functionality ourselves at the moment.

wbarnha avatar Jan 13 '23 05:01 wbarnha