-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Several handlers #65
Comments
@rom8726 Kaffe doesn't currently support a single consumer with different connection settings. I think we have an older issue related to separating out those settings. The only way I can think of to do that currently is to use an umbrella app. |
@objectuser is it possible to have multiple consumers using the same connection settings? I tried to umbrella-app approach, but it does not work as the Kaffe configuration is overridden across sub-apps |
@madshargreave That's unfortunate that the umbrella approach doesn't work. I think multiple consumers would have the same problem. We're interested in supporting multiple consumers but just haven't had time. Would you say #14 is essentially what you want? |
@objectuser Yes , being able to specify a message processor for each topic would be perfect |
👍 I recently refactored a project into an umbrella. I needed a separate configuration (not for Kaffe) for one of the projects. I was surprised how much umbrella projects want to use the same config everywhere. What I did in this case was to point
That file,
I've not tried this, but I wonder if the Kaffe configuration could replace the |
I see, I think I could do something like this for now, but it would be awesome if Kaffe managed it internally in the future Thanks! |
Hi! I have several different independent Kafka clusters. Is it possible to configure several message handlers for each cluster independently in one application?
The text was updated successfully, but these errors were encountered: