Support JSON encoding for Debezium topics #29631
Closed
chaas
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you follow the Debezium Tutorial, the topics are populated with messages encoded using JSON. However, if you try to create a source using
FORMAT JSON
, you'll get the following error message:This means that users need to make sure that they set the following environment variables when configuring connect (with the appropriate schema registry URL, of course):
Supporting messages encoded using JSON would enable Materialize to work with "out of the box" Debezium configurations.
Note: this is not presently a priority. Production use cases are strongly encouraged to use Avro encoding instead, because:
—https://debezium.io/documentation/reference/tutorial.html
Beta Was this translation helpful? Give feedback.
All reactions