Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-8: Debezium auto-config: always use Json for headers format #34

Merged
merged 1 commit into from
Feb 26, 2024
Merged

Conversation

artembilan
Copy link
Collaborator

Fixes: #8

It really does not make sense to keep headers in the byte[], when typically all of them are strings.

  • Change DebeziumEngineBuilderAutoConfiguration to always use Json.class for headers
  • Remove DebeziumProperties.headerFormat respectively.

Fixes: #8

It really does not make sense to keep headers in the `byte[]`, when typically all of them are strings.

* Change `DebeziumEngineBuilderAutoConfiguration` to always use `Json.class` for headers
* Remove `DebeziumProperties.headerFormat` respectively.
@artembilan artembilan requested review from tzolov and onobc February 23, 2024 21:57
@onobc onobc merged commit 5721870 into main Feb 26, 2024
3 checks passed
@onobc onobc deleted the GH-8 branch February 26, 2024 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

debezium-supplier: DebeziumFormat.JSON results in unexpected Debezium Output Message Format: JsonByteArray
2 participants