debezium standalone server with http sink
we are running Debezium standalone server to capture the changes from postgresql database, and when a change is capture, we want it to send to a http endpoint. It works perfectly fine, however I can’t figure out a way to disable the schema for key for the message payload.
Here is the configuration