Support multiple messages in protobuf formatted Kafka sources #29603
chaas
started this conversation in
Feature Requests
Replies: 1 comment
-
I had the same problem, and it seems the restriction only applies when you use a schema record. When you use an embedded schema in the query itself, this problem doesn't exist, since one of the parameters specifies the message to use. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Currently Kafka sources that carry protobuf messages require that the protobuf schema file specified describe exactly one protobuf message.
Make this more flexible such that they can support a flexible number (0 or mulitple).
Beta Was this translation helpful? Give feedback.
All reactions