Dbz 8281 Provide outbox Quarkus devservice#5903
Conversation
|
Welcome as a new contributor to Debezium, @dcdh. Reviewers, please add missing author name(s) and alias name(s) to the COPYRIGHT.txt and Aliases.txt respectively. |
| @@ -0,0 +1,135 @@ | |||
| /* | |||
There was a problem hiding this comment.
hack, will remove it when changed will be pushed and released inside Quarkus
Keep this PR in draft until done
...loyment/src/main/java/io/debezium/outbox/quarkus/deployment/DebeziumConnectorDevService.java
Outdated
Show resolved
Hide resolved
...outbox-common/runtime/src/main/java/io/debezium/outbox/quarkus/internal/OutboxConstants.java
Outdated
Show resolved
Hide resolved
debezium-quarkus-outbox-reactive/integration-tests/src/main/resources/application.properties
Outdated
Show resolved
Hide resolved
debezium-quarkus-outbox-reactive/integration-tests/src/main/resources/application.properties
Outdated
Show resolved
Hide resolved
debezium-quarkus-outbox/integration-tests/src/main/resources/application.properties
Outdated
Show resolved
Hide resolved
...zium-quarkus-test-outbox/src/main/java/io/debezium/outbox/test/quarkus/remote/Connector.java
Outdated
Show resolved
Hide resolved
...box/src/main/java/io/debezium/outbox/test/quarkus/remote/DebeziumConnectorConfiguration.java
Show resolved
Hide resolved
...c/main/java/io/debezium/outbox/test/quarkus/remote/DebeziumConnectorConfigurationConfig.java
Show resolved
Hide resolved
...est-outbox/src/main/java/io/debezium/outbox/test/quarkus/remote/DebeziumConnectorStatus.java
Outdated
Show resolved
Hide resolved
...kus-test-outbox/src/main/java/io/debezium/outbox/test/quarkus/remote/RemoteConnectorApi.java
Show resolved
Hide resolved
|
Hi @dcdh, thanks for your contribution. Please prefix the commit message(s) with the DBZ-xxx JIRA issue key. |
3 similar comments
|
Hi @dcdh, thanks for your contribution. Please prefix the commit message(s) with the DBZ-xxx JIRA issue key. |
|
Hi @dcdh, thanks for your contribution. Please prefix the commit message(s) with the DBZ-xxx JIRA issue key. |
|
Hi @dcdh, thanks for your contribution. Please prefix the commit message(s) with the DBZ-xxx JIRA issue key. |
…igned integration tests between blocking and reactive test modules
|
Thanks for reviewing this PR. I have resolved all of your comments. Inside I forget to do little commits for the review instead I rewrite them. I am sorry... Documentation has been generated using chatgpt, lot easier way. Moreover, I have extracted the postgresql part regarding database configuration to implement other database kind likes mysql, mssql, oracle. I did not see any sample about them on how to setup a connector for debezium outbox. Do you have some of them ? Regards, |
3949168 to
d1f3ad3
Compare
…e class - Moved JdbcDataSourceSourceConnector into its own class to improve modularity and reusability. - This extraction helps isolate database connector logic and simplifies future extensions.
…vely for logging messages. This ensures uniqueness and helps maintain clear and organized logging.
No description provided.