You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It can be shareable. I removed usages of these values in confighttp and made connection to middleware.CompressionType.
To connect these values with configgrpc, I discussed with @Aneurysm9 and since the changes in confighttp are quite a lot, he will create an issue about refactoring configgrpc after this PR is being merged.
Since the PR for confighttp introduced CompressionType that can be shareable with grpc, configgrpc part needs to be refactored.
Describe the solution you'd like
use middleware.CompressionType instead of it's own constants.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
#4441 (comment)
Since the PR for
confighttp
introducedCompressionType
that can be shareable with grpc,configgrpc
part needs to be refactored.Describe the solution you'd like
use
middleware.CompressionType
instead of it's own constants.The text was updated successfully, but these errors were encountered: