We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fetch latest schema for the key/value and pass in the schema_version in the Produce Records payload.
schema_version
Example (This payload body is what Sidecar expects and is not an exact copy of the message file contents)
curl http://localhost:26636/kafka/v3/clusters/my-cluster/topics/my-topic/records \ -H "Authorization: Bearer $access_token" \ -H "X-connection-id": "my-connection-id" \ -d '{ "headers": { "foo": "bar" } "key": { "schema_version": 2, "data": 123 }, "value": { "schema_version": 3, "data": { "ordertime": 1505510136717, "orderid": 1238, "itemid": "Item_92", "orderunits": 6.302653935989815, "address": { "city": "City_", "state": "State_47", "zipcode": 91197 } } } }'
The text was updated successfully, but these errors were encountered:
shouples
Successfully merging a pull request may close this issue.
Fetch latest schema for the key/value and pass in the
schema_version
in the Produce Records payload.Example
(This payload body is what Sidecar expects and is not an exact copy of the message file contents)
The text was updated successfully, but these errors were encountered: