Search before reporting
Motivation
Pulsar's protobuf schema options are dependent on GeneratedMessageV3, which is deprecated and will be fully removed in version 5.x of the runtimes. Gencode >v4.x creates classes that extend GeneratedMessage instead, meaning anyone using the protobuf schema options are currently locked out of updating their gencode past v3.x, which will cease getting new updates this year.
If there is already an option I'm unaware of that enables the use of the newer gencode, please let me know.
Marking this as not similar to #24388 as that only discusses a solution for the runtime upgrade and not the gencode.
Thank you in advance!
Solution
Add a topic schema option that supports GeneratedMessage as a type
Alternatives
No response
Anything else?
No response
Are you willing to submit a PR?
Search before reporting
Motivation
Pulsar's protobuf schema options are dependent on
GeneratedMessageV3, which is deprecated and will be fully removed in version 5.x of the runtimes. Gencode >v4.x creates classes that extendGeneratedMessageinstead, meaning anyone using the protobuf schema options are currently locked out of updating their gencode past v3.x, which will cease getting new updates this year.If there is already an option I'm unaware of that enables the use of the newer gencode, please let me know.
Marking this as not similar to #24388 as that only discusses a solution for the runtime upgrade and not the gencode.
Thank you in advance!
Solution
Add a topic schema option that supports
GeneratedMessageas a typeAlternatives
No response
Anything else?
No response
Are you willing to submit a PR?