-
-
Notifications
You must be signed in to change notification settings - Fork 164
Closed
Labels
S-featureSeverity: feature. This is adding a new feature.Severity: feature. This is adding a new feature.
Description
What problem are you trying to solve?
Compiling console-subscriber into a package that already has some protos and tonic compiled in.
If these protos are using tonic's compression feature, they will enable a couple of fields (accept_compression_encodings, send_compression_encodings) that appear in console-api's generated protobufs that currently expect a unit.
How should the problem be solved?
Regenerate console-api's protos with tonic's compression turned on (it ought to be backward compatible if it's on)
Any alternatives you've considered?
Allow a feature, either through console-subscriber through to console-api to optionally enable the compression feature
How would users interact with this feature?
No response
Would you like to work on this feature?
maybe
Metadata
Metadata
Assignees
Labels
S-featureSeverity: feature. This is adding a new feature.Severity: feature. This is adding a new feature.