Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-5407

Table CDC Events are not able to seen in the respective Topics

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Major
    • None
    • None
    • cassandra-connector
    • None
    • False
    • None
    • False

    Description

      In order to make your issue reports as actionable as possible, please provide the following information, depending on the issue type.

      Bug report

      Table CDC Events are not able to seen in the respective Topics

      What Debezium connector do you use and what version?

      Cassandra Connector. I am using debezium-connector-cassandra-3-1.9.5.Final-jar-with-dependencies.jar

      What is the connector configuration?

      connector.name=test_connector
      commit.log.relocation.dir=/home/techuser/debezium/debezium-connector-cassandra/test_dir/relocation/
      http.port=8000
      cassandra.config=/home/techuser/cassandra/conf/cassandra.yaml
      cassandra.hosts=localhost
      cassandra.port=9042
      kafka.producer.bootstrap.servers=localhost:9093
      kafka.producer.retries=3
      kafka.producer.retry.backoff.ms=1000
      kafka.topic.prefix=test_prefix
      key.converter=org.apache.kafka.connect.json.JsonConverter
      value.converter=org.apache.kafka.connect.json.JsonConverter
      offset.backing.store.dir=/home/techuser/debezium/debezium-connector-cassandra/test_dir
      snapshot.consistency=ONE
      snapshot.mode=ALWAYS
      latest.commit.log.only=false

      What is the captured database version and mode of depoyment?

      Cassandra 3.11.13.

      What behaviour do you expect?

      Iam able to see the topics created for each table, test_prefix.datamountaineer.users, like this. But CDC is events is getting in the topic

      What behaviour do you see?

      In the log iam able see
      08:40:05.062 [pool-4-thread-2] DEBUG io.debezium.connector.base.ChangeEventQueue - checking for more records...
      08:40:05.062 [pool-4-thread-2] DEBUG io.debezium.connector.base.ChangeEventQueue - no records available yet, sleeping a bit...
      08:40:05.062 [pool-4-thread-2] DEBUG io.debezium.connector.base.ChangeEventQueue - checking for more records...
      08:40:05.062 [pool-4-thread-2] DEBUG io.debezium.connector.base.ChangeEventQueue - no records available yet, sleeping a bit...
      08:40:05.062 [pool-4-thread-2] DEBUG io.debezium.connector.base.ChangeEventQueue - checking for more records...
      08:40:05.062 [pool-4-thread-2] DEBUG io.debezium.connector.base.ChangeEventQueue - no records available yet, sleeping a bit...
      08:40:05.062 [pool-4-thread-2] DEBUG io.debezium.connector.base.ChangeEventQueue - checking for more records...
      08:40:05.062 [pool-4-thread-2] DEBUG io.debezium.connector.base.ChangeEventQueue - no records available yet, sleeping a bit...

      Do you see the same behaviour using the latest relesead Debezium version?

      (Ideally, also verify with latest Alpha/Beta/CR version)

      <Your answer>

      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>

      Attachments

        Activity

          People

            Unassigned Unassigned
            arjun.sivakumar Arjun S (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: