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

Transactions are not handled in IBMi connector

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • 3.0.3.Final
    • 3.0.0.Final
    • ibmi-connector
    • None

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

      Bug report

      For bug reports, provide this information, please:

      What Debezium connector do you use and what version?

      ibmi, all 3.0.0 versions

      What is the connector configuration?

      Example:

      debezium.source.connector.class=io.debezium.connector.db2as400.As400RpcConnector
      debezium.source.tasks.max=1debezium.source.offset.storage.file.filename=data/offsets.dat
      debezium.source.offset.flush.interval.ms=2000
      debezium.source.database.hostname=${DB2_HOST}
      debezium.source.database.port=${DB2_PORT}
      debezium.source.database.user=${DB2_USER}
      debezium.source.database.password=${DB2_PASSWORD}
      debezium.source.database.dbname=${DB2_DB_NAME}
      debezium.source.database.schema=${DB2_SCHEMA}
      debezium.source.table.include.list=${DB2_TABLE_LIST}
      debezium.source.topic.prefix=${TOPIC_PREFIX}
      debezium.source.database.encrypt=falsedebezium.sink.type=rabbitmq
      debezium.sink.rabbitmq.connection.host=${RABBITMQ_HOST}
      debezium.sink.rabbitmq.connection.port=${RABBITMQ_PORT}
      debezium.sink.rabbitmq.connection.username=${RABBITMQ_USER}
      debezium.sink.rabbitmq.connection.password=${RABBITMQ_PASSWORD}
      debezium.sink.rabbitmq.exchange=${RABBITMQ_EXCHANGE}{}quarkus.log.console.json=false
      quarkus.log.level=info
      quarkus.log.category."io.debezium.connector.db2as400.As400StreamingChangeEventSource".level=DEBUGquarkus.log.file.enable=true
      quarkus.log.file.json=false
      quarkus.log.file.path=data/ibmi-connector.log
      quarkus.log.file.format=%d{yyyy-MM-dd HH:mm:ss} %-5p [%c] (%t) %s%e%n

      What is the captured database version and mode of deployment?

      IBM 7.5, PUB400.COM

      What behavior do you expect?

      Changes in manual transactions are sent after commit, and not sent after rollback

      What behavior do you see?

      Changes are sent before commit or rollback

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

      Yes

      Do you have the connector logs, ideally from start till finish?

      https://debezium.zulipchat.com/#narrow/stream/433074-community-ibmi/topic/Uncommitted.20messages.20are.20captured

      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>

              Unassigned Unassigned
              azizacalm Aziza Kalmasova
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: