Skip to content

No errors but not capturing events #100

@thiagoananias

Description

@thiagoananias

Hello!

i'am using Kafka with Kubernetes (https://github.com/confluentinc/cp-helm-charts)

And i configured the plugin with success because the Kafka Connect process executes with no error and the status is running! (When i misconfig the connection os user name it gives error)

curl --location --request POST 'http://kafka-confluent-cp-kafka-connect.kafka.svc.cluster.local:8083/connectors' \
--header 'Content-Type: application/json' \
--data-raw '{
    "name": "oracle-cdc-final",
    "config": {
        "connector.class": "com.ecer.kafka.connect.oracle.OracleSourceConnector",
        "db.hostname": "HOST",
        "db.port": "1521",
        "db.user": "user",
        "db.user.password": "pass",
        "db.name.alias": "KAFKAPOC",
        "db.name": "KAFKAPOC",
        "db.fetch.size": "1",
        "tasks.max": "1",
        "topic": "cdc-oracle",
        "table.whitelist": "MY_SCHEMA.MY_TABLE",
        "table.blacklist": "",
        "parse.dml.data": "true",
        "reset.offset": "true",
        "multitenant": "false"
    }
}'

But the problem is... nothing happens, no data comes into the topic 'cdc-oracle'

  1. The data that is already there should come right? Because i put "reset.offset" = true
  2. I insert data on the table after the agent is running but it also does not reflects on the topic

Regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions