-
Feature Request
-
Resolution: Done
-
Major
-
None
-
False
-
None
-
False
In order to make your issue reports as actionable as possible, please provide the following information, depending on the issue type.
Bug report
Not a bug,Just a new feature.
What Debezium connector do you use and what version?
dbz: v2.7-final or v3.0.0
What is the connector configuration?
debezium.sink.type=rabbitmqstream
debezium.sink.rabbitmqstream.connection.host=127.0.0.1
debezium.sink.rabbitmqstream.connection.port=15552
debezium.sink.rabbitmqstream.connection.username=guest
debezium.sink.rabbitmqstream.connection.password=guest
debezium.sink.rabbitmqstream.connection.virtual.host=/
debezium.source.connector.class=io.debezium.connector.postgresql.PostgresConnector
debezium.source.offset.storage.file.filename=data/offsets.dat
debezium.source.offset.flush.interval.ms=0
debezium.source.database.hostname=10.2.137.122
debezium.source.database.port=15432
debezium.source.database.user=postgres
debezium.source.database.password=postgres
debezium.source.database.dbname=postgres
debezium.source.topic.prefix=local
debezium.source.table.include.list=inventory.*
debezium.source.plugin.name=pgoutput
debezium.source.tombstones.on.delete=false
debezium.source.publication.autocreate.mode=filtered
debezium.sink.rabbitmqstream.stream=debezium_exchange
debezium.sink.rabbitmqstream.stream.single=false
debezium.source.value.converter.schemas.enable=false
quarkus.log.console.json=false
quarkus.log.level=INFO
quarkus.log.file.enable=true
I create a new option "debezium.sink.rabbitmqstream.stream.single"
What is the captured database version and mode of deployment?
example-pg:2.1
What behavior do you expect?
If i have set the option `debezium.sink.rabbitmqstream.stream.single` to false, it will create stream for each table which are captured.If I set true or not set (default value is true), it will send all changes of all table to one stream which the optionĀ
`debezium.sink.rabbitmqstream.stream` set.
What behavior do you see?
Now, all table changes will send to one stream.
Do you see the same behaviour using the latest released Debezium version?
Yes
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>