Help with Bento Protobuf to_json error #667
-
|
Hey together We’re new to Bento (Docker, Kubernetes) and I’m trying to use Protobuf to format messages to JSON.
The .proto file exists only once, and I’m mounting it via a ConfigMap. pipeline:
processors:
- protobuf:
operator: to_json
message: wmo.firstmile.poc1
import_paths:
- /config/resourcesCan anyone help me understand why this keeps happening and how to fix it? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
jem-davies
Jan 23, 2026
Replies: 1 comment 1 reply
-
|
Sounds like an issue with the protobuf schema? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jem-davies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sounds like an issue with the protobuf schema?