docker-kafka-connect icon indicating copy to clipboard operation
docker-kafka-connect copied to clipboard

Docker Image for kafka-connect

Results 5 docker-kafka-connect issues
Sort by recently updated
recently updated
newest added

Support for Kafka 1.1.0 was merged in https://github.com/1ambda/docker-kafka-connect/pull/11 but Docker hub still only has 0.10.2.0 as a latest version. https://hub.docker.com/r/1ambda/kafka-connect/tags/ Can you please push 1.1.0 to Docker hub?

Adds Kafka 1.1.0 - simple version bump

In Windows, 1ambda/kafka-connect:latest quickly times out with a message about not finding Kafka topic information. # Source https://github.com/mcandre/hello-kafka-connect # Trace ``` C:\> docker-compose up ... connect_1 | [2016-07-29 02:18:55,215] ERROR...

# Summary With default configuration, the 1ambda/kafka-connect stack fails the first Source send, because the auto topic creation fails to do all the work necessary to establish the topic. #...

# Summary When the 1ambda/kafka-connect stack tries to create a kafka topic "names", no broker becomes the leader. # Source https://github.com/mcandre/hello-kafka-connect # Trace ``` $ gradle clean shadowJar $ docker-compose...