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
I would like to use kafka addon as imposter. Our scenario is that will have an EDA application which will consume a message from a third party will do some logic, produce a message to be consumer by another third party and the process will sleep until the third party application will respond will another message. My idea was to create a feature which consume message and based on conditions will producer other messages:
@fjvierap a kafka mock would need a different design - mainly it has to start as a server and "listen" all the time and manage threads better. we have this on the roadmap and I can get back to you on timelines.
I would like to use kafka addon as imposter. Our scenario is that will have an EDA application which will consume a message from a third party will do some logic, produce a message to be consumer by another third party and the process will sleep until the third party application will respond will another message. My idea was to create a feature which consume message and based on conditions will producer other messages:
Then in some other feature call this mock feature.
But this approach does not work as the threat keep in the mock expecting to consumer message and the main feature got stuck and not progress..
I guess I am not doing it in the best way. What is the proper approach to use kafka addon for this scenatrio?
Thanks in advance
The text was updated successfully, but these errors were encountered: