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 have been looking at this library and it's really awesome. Thanks for the great work. I have two questions.
How do we handle a situation where consumer and publisher broker address is different? For example, If I am consuming from one broker and publishing to another broker.
Can we have multiple publisher and consumer? For example: if we are publishing and consuming from multiple brokers in the same application, is it possible to do it?
P.S: We are using Kafka
The text was updated successfully, but these errors were encountered:
Hi, Thanks for the quick reply. For multi publisher situation, do they use separate "Published" table or the same table? If same, can we configure separate tables? Are there any work around for multi/different broker subscriber?
It depends on your configuration, but I think different tables should be used because they need to be isolated from each other.
For multi-instance consumers, you can customize IConsumerServiceSelector to get different instances To its corresponding consumers and exclude subscribers from other instances, all these behaviors require you to have sufficient knowledge of this library and fully test it
I have been looking at this library and it's really awesome. Thanks for the great work. I have two questions.
P.S: We are using Kafka
The text was updated successfully, but these errors were encountered: