-
-
Notifications
You must be signed in to change notification settings - Fork 216
Description
Issue submitter TODO list
- I've searched for an already existing issues here
- I'm running a supported version of the application which is listed here and the feature is not present there
Is your proposal related to a problem?
Protobuf is binary message format. Additional settings are required for display in human-readable format.
I can already use - ProtobufFileSerde and ProtobufRawSerde.
But using them is not very comfortable, since the schemes are often updated and after such an update you need to change the settings.
Adding SerDe to download protobuf schema by remote would be convenient.
*I know about schema registry, but if I want to use this, I will need to rewrite all the consumers and producers.
Describe the feature you're interested in
Add SerDe like ProtobufFileSerde which will download files from a remote source.
Input: topic, type and any constats
Output: message type name and shema/
Describe alternatives you've considered
I know about schema registry, but if I want to use this, I will need to rewrite all the consumers and producers.
Version you're running
Additional context
No response