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
Is your feature request related to a problem? Please describe.
The receiver currently supports some build in encodings. The goal is to separate the encodings out of the receiver and put them in their own extension. Before this can happen, the receiver needs to support Encoding Extensions.
Describe the solution you'd like
Reuse the encoding field in the configuration file to select the Encoding Extensions. If non is defined, fall back to the build in encoders.
Describe alternatives you've considered
No response
Additional context
After this change, the cloud_logging encoding will be extracted from the receiver.
The text was updated successfully, but these errors were encountered:
Component(s)
receiver/googlecloudpubsub
Is your feature request related to a problem? Please describe.
The receiver currently supports some build in encodings. The goal is to separate the encodings out of the receiver and put them in their own extension. Before this can happen, the receiver needs to support Encoding Extensions.
Describe the solution you'd like
Reuse the
encoding
field in the configuration file to select the Encoding Extensions. If non is defined, fall back to the build in encoders.Describe alternatives you've considered
No response
Additional context
After this change, the
cloud_logging
encoding will be extracted from the receiver.The text was updated successfully, but these errors were encountered: