-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
Describe the bug
Emitting events with --encode-type=cloudevent works on an unauthenticated kafka-cluster but not on an authenticated one.
To Reproduce
Steps to reproduce the behavior:
- Launch XYZ message broker
- Execute the following command:
plumber write kafka --topics=uptime --input-file=/home/event.json --ce-id=$(cat /proc/sys/kernel/random/uuid) --encode-type=cloudevent
Expected behavior
Expected the message to be sent.
Screenshots
If applicable, add screenshots to help explain your problem.
Emitting a cloudevent on an unauthenticated cluster
Emitting a cloud event on an authenticated cluster
Omitting the encode-type, does work but message is no longer in the cloudevent format.
Also, all events in a non cloud-event format, even if you set the --key-option end up on the same partition 🤔
CLI (please complete the following information):
- OS: alpine:latest
- Version: v2.6.1-e4b9db4
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
No labels
