-
https://github.com/confluentinc/cp-helm-charts/blob/38875e2d5f77eb884fffbb161d64a06819d2f0b9/charts/cp-kafka/templates/statefulset.yaml#L120-L121
Here, the headless service is used but shouldn't it…
-
I have this `spring.cloud.zookeeper.connect-string=remote-zookeeper-server.amazonaws.com` on `boostrap.properties`, the node have ACL.
It's is possible to set it on the `boostrap.properties`?
-
Hi, I'm new to Kafka so this might be me misunderstanding something, but I'm just trying to do a "Hello world" using Kafka in an existing project and something is not working. Currently I have this in…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Where would you like this feature added?
Other/Unknown
### Is this feature ask due to a problem that …
-
## Bug description
Hi there,
I'm trying to get signoz running for testing in a LXC container.
Using the provided `install.sh` the installation fails with the following error message when trying…
-
hi guys:
I submit job with testuser, but get "OSError: [Errno 13] Permission denied: '/home/jiandong.jia/.pex'" error
```
sudo -utestuser heron submit aurora/testuser/devel /home/q/heron/he…
-
Hello,
I am working with the `ZkAsyncSemaphore` under zk-utils and I found that I need to pre-create the znodes in ZooKeeper or an exception will be thrown. Is there a defined utility function to d…
-
https://github.com/confluentinc/kafka-images/blob/master/zookeeper/include/etc/confluent/docker/zookeeper.properties.template does not currently support configuring `4lw.commands.whitelist`. It can al…
-
I added some clusters to kafka manager. When I restarted aws task, clusters were still there, so wondering where are (in which file) they are stored? I checked all files in kafka-manager/config folder…
-
### Long story short
I've implemented a firewall operator that assigns externalIPs to LoadBalancer services. The problem it that the on.create() handler keeps getting fired not only upon service cr…