pkleindl
pkleindl
I have it working with Confluent Cloud, for me the main reason behind the timeouts was the large number of consumer-groups (50K due to some other circumstances). After applying a...
@seglo By irritating I meant that the timeout configuration is a separate configuration value and not simply on the client level. The 50K were mostly due to another error, so...
> Since image version 6.0.0, the CUB_CLASSPATH environment variable has been updated to "/usr/share/java/cp-base-new/*". You can add your config provider jars into this directory and it will be picked up...
@ryancrawcour Just a question, from the way the CosmosDBSinkTask is implemented, if I understand it correctly the upserts are done sequentially. Even without batching, wouldn't it be a improvement if...
[KafkaEsqueLauncher.zip](https://github.com/patschuh/KafkaEsque/files/13165226/KafkaEsqueLauncher.zip) My most comfortable solution was to include the command mentioned above in an "application" and add it to my apps folder. Every double-click starts a new instance of KafkaEsque....
I am not sure if you can use multiple values for "ldap.user.object.class", my guess would be you have to use something they have in common. You could limit to both...
We are just working on a setup with KRaft for a customer project based on security/production-secure-deploy-ldap-rbac-all It only took the following changes: Replace ZK with KRaft controller ``` apiVersion: platform.confluent.io/v1beta1...
Correction: we seem to be missing the MDS configuration for KRaft, but trying anything from the documentation under https://docs.confluent.io/operator/current/co-rbac.html#enable-rbac-for-kraft-controller leads to crash loops of the operator.