Amir Babazadeh
Amir Babazadeh
Hi @shujaatsiddiqui , I've Checked your code , it's totally ok but the only issue with your code is you didn't use await in your ProduceAsync method so you should...
> i believe flush would cause the messages to be sent immediately. what happens if you Thread.Sleep(20000) before flush? I Agree , but I just implemented this approach because @shujaatsiddiqui...
Hi @qrjo in the web example , in **ExecuteAsync** used thread because after new thread ``` return Task.CompleteTask; ``` so if you use task instead of Thread here , the...
Ok , but it's just an example so depends on your business you can implement your consumer by different approaches
in some aspects I agree but in some others not , but I think the best solution for this issue is adding multiple examples instead of one
> The consumer currently attempts to re-connect to brokers after encountering connectivity issues. Is it possible to apply a global timeout/limit to consumer's re-connection or disable it completely? Is it...
@quixoticaxis , so as far as I don't know for what kind of business your writing codes , I'm suggesting you to use AdminClient to managing your brokers etc.. ,...
> # Description > We have several consumers instances running inside same application. Each consumer subscribed to different topic, each topic with different message type. Topics have very different partition...
> this priority configuration exists in dotnet implementation ?? based on my knowledge , you cannot define priority on C#/.Net
we enabled metrics to monitoring `libp2p` better. you can see our monitoring dashboard [here](http://cfc80a91-cf21-4bda-b268-0d182938de8d.pub.instances.scw.cloud:3000/public-dashboards/496b0a35b438425c842bf0828f8cf6dc).