Jordan Moore

Results 601 comments of Jordan Moore

The error is suggesting you didn't setup SSL for Zookeeper. And your environment variables for Zookeeper seem to confirm that The examples have moved, by the way https://github.com/confluentinc/kafka-images/blob/master/examples/kafka-cluster-ssl/docker-compose.yml

> haven't found examples about enabling TLS for Zookeeper or Kafka connect. Is this page what you're looking for? https://docs.confluent.io/platform/current/security/security_tutorial.html Otherwise, Zookeeper has its own official documentation, and Connect is...

Build from the `Dockerfile.rpm` files. https://github.com/confluentinc/cp-docker-images/blob/5.1.0-post/debian/base/Dockerfile.rpm#L15

> is there any confluent document available for these specific versions Yes, the Confluent Platform release notes. 5.1.0, for example. You can also try the build script here for all...

Your question doesn't seem to be related to Kafka, at all. You can read more about messaging patterns between services at - https://microservices.io/patterns/communication-style/messaging.html - https://microservices.io/patterns/data/event-sourcing.html

Since your question is about rest proxy itself, and not the container, I suggest you move this issue to that repo

It's not clear why you cannot stop the container. How much memory does the host have? Did you limit the container memory in any way?

My point is that you can do `docker run --memory` to limit the memory, as compared to letting it grow, if it wanted At the very least, you can inspect...