Skip to content

Question Regarding JMX Support in Debezium Server Iceberg 3.3.1.Final #648

@mevadadhruv

Description

@mevadadhruv

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.

Image

Thank you for your time and support.

Best regards,
Dhruv Mevada

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions