medvekoma / debezium-poc

Apache License 2.0
0 stars 1 forks source link

Issue with setup. #3

Open drobati opened 7 years ago

drobati commented 7 years ago
docker logs debeziumtutorial_watcher_1

Produces

WARNING: Using default BROKER_ID=1, which is valid only for non-clustered installations.
Using ZOOKEEPER_CONNECT=zookeeper
Using KAFKA_ADVERTISED_PORT=9092
Using KAFKA_ADVERTISED_HOST_NAME=172.19.0.6
Contents of topic dbserver1.inventory.customers:
OpenJDK 64-Bit Server VM warning: If the number of processors is expected to increase from one, then you should configure the number of parallel GC threads appropriately using -XX:ParallelGCThreads=N
Using the ConsoleConsumer with old consumer is deprecated and will be removed in a future major release. Consider using the new consumer by passing [bootstrap-server] instead of [zookeeper].
No brokers found in ZK.
drobati commented 7 years ago

Hello.

I've been playing with your repo. Only one time I was able to successfully get the watcher to attach to a broker. I thought it might be a timing thing. Not entirely sure. I tried to get docker-compose to use healthcheck to see if I can get it to wait, but was unsuccessful.

Your interest in avro with debezium is exactly what I'm interested in too. Thanks for creating this repo.

drobati commented 7 years ago

Also, it seems to work fine if I rerun docker-compose up -d after a minute. I do believe the watcher failing has something to do with timing.