Skip to content

Protobuf remote file serde #841

@bespaltovyj

Description

@bespaltovyj

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

a05709f

Additional context

No response

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions