Atheuz
Atheuz
I definitely have this same memory behaviour in some of my more complex services, i.e. memory utilization just keeps climbing and seemingly nothing is ever released, but I haven't been...
In my case where I'm seeing it, I'm attaching a kafka producer to the request.app variable (i.e. `request.app.kafka_producer`) and then using that in endpoints. If `request.state` is causing this issue,...
I've also experienced this, I don't really understand what causes it.
I've tried with both `str` and b literal strings, and the behaviour is the same. If I run a consumer with either: 1) It does not appear to commit the...
@emmett9001 my mistake. The problem I was having was that I could not get it to report offset lag as I was expecting it to, I changed over to the...
No idea how to properly fix this. I added a readiness/liveness check in my Kubernetes/Docker-Compose config that forces my application to connect to the underlying database every 30 seconds. This...
4.0.34 is broken because it includes old libraries. I recommend not using it until it is fixed, and instead use 4.0.32.
You can make `upn` available in Azure AD access tokens and id tokens gotten in OAuth v2.0 if you set it as an optionalClaim for your app registration manifest: ```...
Here's a few, is this what you meant? ``` "@timestamp","_id","_index","error.message" "Apr 23, 2022 @ 13:25:54.126",aQOZVoABI6pBUPGKsRFO,"k8s-7.16.3-2022.w17","FAIL [rdkafka#producer-1] [thrd:sasl_ssl://broker3:9092/bootstrap]: sasl_ssl://broker3:9092/3: SASL authentication error: SaslAuthenticateRequest failed: Local: Broker transport failure (after 0ms in...
Here's a different set with a few more fields, and not just limited to error logs: ``` "@timestamp","log.logger","log.level","_id","_index",message,"log.origin.file.name","log.origin.file.line","process.thread.name" "Apr 23, 2022 @ 13:25:54.046","data_access_plugins.kafka_connectors.kafka_connector_abstractions",Info,"5AOZVoABI6pBUPGKsA-r","k8s-7.16.3-2022.w17","FAIL [rdkafka#producer-1] [thrd:sasl_ssl://broker1:9092/bootstrap]: sasl_ssl://broker1:9092/1: Disconnected (after 67ms in...