You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we are using the schema registry for the topics and have the bridge enabled for the same topics, there is no way to ensure the bridge sent messages adhere to the required schemas, as it accepts any binary and json payload.
It should be possible to specify a schema registry url to check if the message payload is compatible if not, the request should be denied with and HTTP 400 type of error.
The text was updated successfully, but these errors were encountered:
If we are using the schema registry for the topics and have the bridge enabled for the same topics, there is no way to ensure the bridge sent messages adhere to the required schemas, as it accepts any binary and json payload.
It should be possible to specify a schema registry url to check if the message payload is compatible if not, the request should be denied with and HTTP 400 type of error.
The text was updated successfully, but these errors were encountered: