Replies: 1 comment 1 reply
-
You can do this simply by creating a stream that sources from the KV's underlying stream. You can even use subject transformation in the source to strip out the subject prefix the KV uses For example:
Then you can test this (e.g. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be nice to link a bucket directly with a stream.
If input some data/ update into a bucket I get automatically a message in the linked topic.
Currently I use minio https://min.io/docs/minio/linux/administration/monitoring/bucket-notifications.html
But it would be nice to use also the build in object storage for this.
Beta Was this translation helpful? Give feedback.
All reactions