Replies: 1 comment
-
Originally Encoder was not a final stage, and fed into Write (using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Encoder
Writer
Shouldn't they be the same?
Or, actually, shouldn't
Encoder
return an[]interface{}
, mirroringDecoder
? So that, for instance, we could have a JSON encoder? And the current Prometheus and Kafka encoders would be moved to writers?Beta Was this translation helpful? Give feedback.
All reactions