-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cdc-service initiates with CONECTED status and ends with RECONNECTED #145
Comments
I also tried to do the same with the 3 containers (Zookeper, Kafka an cdc-service) using eventuate project images via docker-compose using this config:
..the console output is different but is still unhealthy:
Do I have a missing configuration or something like that? Thanks in advance! |
Hey everyone!. I think i did the first part. I mean, I was be able to put cdc-service healthy with the following configuration in the docker-compose:
..and the result was:
The next thing I will do is run my spring boot app and test the connection with cdc-service. I mean, I will do a transaction and see if cdc-service get the data from the outbox_table and put it in the kafka broker. |
Hi everyone!
I'm so excited about using transaction management among several services via eventuate. This is my first time doing this ;)
Actually, I was be able to run this project https://github.com/eventuate-tram/eventuate-tram-sagas-examples-customers-and-orders on my laptop using docker-compose (README step by step).
So, I decided to try with another project (Credit Card Example application of the Chris' Distributed Data Patterns BootCamp) using Spring Tool Suite with Maven, but the result was not good. I decided to do the debug and I realized that CDC Service could be the problem because I noticed that cdc-service container is unhealthy.
For that reason, I decide to run just 3 docker containers (zookeeper, kafka and cdc-service) via docker-compose using this config:
..and the output is:
However the broker is available as we see in the next image:
..and I saw that cdc-service is unhealthy and it is not able to "view" the kafka container and that's why I'm thinking that cdc-service has some kind of bug or something, because I can "view" the broker using https://www.kafkatool.com/ from my laptop.
Can anybody give me a hand with that? Thanks in advance!
The text was updated successfully, but these errors were encountered: