Skip to content

Commit 3b8291a

Browse files
authored
Cp 6.2.1 (#94)
* zookeeper 3.5.9 and cp kafka 6.2.1 * test by adding ensure * attempt at fixing dub * added user to volume * applied fixes to volumes * final updates * test user * test new ZK image * added container_name * removed volumes * migrate to confluent inc * fixed fullstack * updated readme * removed appuser * updated readme
1 parent 32204cf commit 3b8291a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ Please export your environment before starting the stack:
4444
export DOCKER_HOST_IP=192.168.99.100
4545
```
4646

47+
## Mac M1 issues
48+
49+
Currently, the Docker Images are not working with M1 Mac. This is because they haven't been built by Confluent for that platform. See (confluentinc/common-docker/#117)[https://github.com/confluentinc/common-docker/issues/117] for more details
50+
4751
## Single Zookeeper / Single Kafka
4852

4953
This configuration fits most development requirements.
@@ -187,3 +191,9 @@ For example, if the IP of your machine is `50.10.2.3`, follow the sample mapping
187191
...
188192
KAFKA_ADVERTISED_LISTENERS: LISTENER_DOCKER_INTERNAL://kafka2:19093,LISTENER_DOCKER_EXTERNAL://50.10.2.3:9093
189193
```
194+
195+
**Q: How do I add connectors to kafka connect?**
196+
197+
Create a `connectors` directory and place your connectors there (usually in a subdirectory) `connectors/example/my.jar`
198+
199+
The directory is automatically mounted by the `kafka-connect` Docker container

0 commit comments

Comments
 (0)