-
Notifications
You must be signed in to change notification settings - Fork 78
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
[Host.Kafka] Kafka consumers started twice on Host.Run #213
Comments
Thanks for raising. Sounds like this is a bug. Let me try to replicate and look into this. |
zarusz
changed the title
Kafka consumers started twice on Host.Run
[Host.Kafka] Kafka consumers started twice on Host.Run
Feb 22, 2024
zarusz
added a commit
that referenced
this issue
Feb 28, 2024
zarusz
added a commit
that referenced
this issue
Feb 28, 2024
Signed-off-by: Tomasz Maruszak <maruszaktomasz@gmail.com>
zarusz
added a commit
that referenced
this issue
Feb 28, 2024
Signed-off-by: Tomasz Maruszak <maruszaktomasz@gmail.com>
zarusz
added a commit
that referenced
this issue
Feb 28, 2024
Upgrade to latest libs Adjust logging when starting consumers Signed-off-by: Tomasz Maruszak <maruszaktomasz@gmail.com>
zarusz
added a commit
that referenced
this issue
Feb 29, 2024
Upgrade to latest libs Adjust logging when starting consumers Signed-off-by: Tomasz Maruszak <maruszaktomasz@gmail.com>
hey @mib85 please check version 2.2.3 - it should be resolved. Please let me know if any issues. Thanks! |
Hi @zarusz. I did some tests and everything seems fine. Thank you very much! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'm noticing unexpected behavior when using SlimMessageBus.Host.Kafka with .NET Generic Host.
When I run this code
I get this output on Console
It seems that the consumers are started twice.
I don't know if this is normal/managed behavior or if I should use a different configuration.
This is my csproj:
I also noticed that when updating
Microsoft.Extensions.Hosting.WindowsServices
to version8.0.0
this behavior does not occur and the consumers are started only once.The text was updated successfully, but these errors were encountered: