Jordan Moore

Results 601 comments of Jordan Moore

Please refer https://github.com/confluentinc/common-docker/issues/117

@mohammadamd Please see the README. This repo is deprecated.

The solution isn't via the `extra_hosts`, it's actually adding more listeners https://rmoff.net/2018/08/02/kafka-listeners-explained/

That article explains exactly how to make it work on a Mac, as well as links to the all-in-one compose file of this repo. Note: there are two ports. 9092...

According to the error, your plugin wasn't installed properly, or you've not defined `CONNECT_PLUGIN_PATH` correctly in the environment variables

1. The issue here is that `export` doesn't expose variables to the internal Docker commands. 2. Why did you build from source? S3 Connect is already included in `cp-kafka-connect` 3....

@tirelibirefe Google is your friend https://blog.minio.io/journaling-kafka-messages-with-s3-connector-and-minio-83651a51045d?gi=5f2c7fde948d

Also, CONTROL_CENTER_BOOTSTRAP_SERVERS should list all brokers, not only one And running multiple brokers on one machine will actually be less performant than only one

Hello @amitga-rnd Please use `KAFKA_OPTS` variable for extra Java system properties. Refer #827