-
Notifications
You must be signed in to change notification settings - Fork 63
Description
Hi @ismailsimsek ,
I am currently using memiiso/debezium-server-iceberg version 3.3.1.Final and trying to enable JMX support for signaling and notifications.
In my application.properties, I have configured the following:
--Enable JMX as signaling channel
debezium.source.signal.enabled.channels=jmx
debezium.source.signal.jmx.enabled=true
--Enable JMX for notifications
debezium.source.notification.enabled.channels=jmx
However, when I run:
sudo java -jar /usr/local/bin/jmxterm.jar -l localhost:9010
I am unable to locate the JMX objects:
io.debezium.server:type=signal
io.debezium.server:type=notification
That said, the Debezium logs do show JMX-related entries (screenshot attached).
I have two questions:
-
Does version 3.3.1.Final of debezium-server-iceberg support JMX fully? If yes, could you please advise why I am unable to access the objects mentioned above? -
Is there a planned release of version 3.5+, and will it have improved or full JMX support?
Your guidance will be very helpful to determine whether this is a configuration issue on my side or a limitation of the current version.
Thank you for your time and support.
Best regards,
Dhruv Mevada