-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
None
-
None
-
False
-
False
-
Undefined
-
After installing the Kafka Connect docker image debezium/connect:1.6 I installed the following debezium connector config on Kafka Connect:
curl -s -X POST -H "Accept:application/json" -H "Content-Type:application/json" localhost:8083/connectors/ -d '{
"name": "user-connector",
"config":
}'
After installing Kafka connect UI i was able to look at the Trace and found error:
"io.opentracing" classes not found (Class not found exception)
I had to download and install the missing jar files in the plugins directory for the "outbox" Eventrouter to work.
*Please make the tracing jar files requirement as optional or have outbox router handle it gracefully.
*
- relates to
-
DBZ-2834 Make outbox extensions dependency on tracing extension optional
- Closed