Ayush Kumar
Ayush Kumar
@LGouellec , Would be extremely grateful for any help or insight here. Thank you
Hi @LGouellec , **Can you send your stream config ?** ` var streamConfig = new StreamConfig { ApplicationId = _streamOptions.Value.ApplicationId, BootstrapServers = _streamOptions.Value.Broker, AutoOffsetReset = AutoOffsetReset.Earliest, SaslMechanism = SaslMechanism.Plain, SecurityProtocol...
Additionally are there any minimum CPU requirements that you think applications built on top of this package should have ?
@fglaeser , Thanks for the response, although in our case we aren't observing this for other microservices running in our OpenShift cluster, that are also based on netcore 3.1, only...
I have observed that even for 1 thread, the CPU usage is very high , in terms of cores, it goes more than 1 full core allotted very easily, when...
What I observe even for 0 records processed is as follows:  Here no messages are being processed but still usage is at 20% on Windows laptop. I had noticed...
Our application is closed source. I will try to create a dump if possible and share it with you here. Thank you
Hi @LGouellec , I have mailed the dump file to the email ID mentioned on your Github profile. Appreciate your help with this Thank you
Hi @LGouellec I will try to create a more detailed dump in an idle scenario, currently facing some problems with debug settings, will share the dump file soon. Thank you