-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
None
-
None
-
None
-
False
-
None
-
False
-
In order to make your issue reports as actionable as possible, please provide the following information, depending on the issue type.
Bug report
For bug reports, provide this information, please:
What Debezium connector do you use and what version?
1.9.3
What is the connector configuration?
mysql-kinesis
What is the captured database version and mode of depoyment?
mysql
What behaviour do you expect?
I built debezium from source (1.9.3 version).
command; mvn clean verify -DskipITs -DskipTests
Build is success. but when i start debezium it is not starting. Just the below 3 lines comes on console
--/ __ \/ / / / _ | / _ \/ //_/ / / / __/
-/ // / // / __ |/ , / ,< / // /\ \
--_____// |//|//||__/__/
2022-06-10 18:15:23,599 INFO [io.quarkus] (main) debezium-server-dist 1.9.3.Final on JVM (powered by Quarkus 2.7.2.Final) started in 1.273s. Listening on: http://0.0.0.0:8080
2022-06-10 18:15:23,602 INFO [io.quarkus] (main) Profile prod activated.
2022-06-10 18:15:23,602 INFO [io.quarkus] (main) Installed features: [cdi, resteasy, resteasy-jackson, smallrye-context-propagation, smallrye-health, vertx]
If i use the 1.9.3 release it starts properly. I have used the same config in both cases.
Can you please tell how to build debezium-server properly in local.
Thanks
What behaviour do you see?
Debezium not starting
Do you see the same behaviour using the latest relesead Debezium version?
release is ok
Do you have the connector logs, ideally from start till finish?
(You might be asked later to provide DEBUG/TRACE level log)
<Your answer>
How to reproduce the issue using our tutorial deployment?
<Your answer>
Feature request or enhancement
For feature requests or enhancements, provide this information, please:
Which use case/requirement will be addressed by the proposed feature?
<Your answer>
Implementation ideas (optional)
<Your answer>
- duplicates
-
DBZ-5037 Debezium Server tarball 1.9.1 does not work
- Closed