zilla icon indicating copy to clipboard operation
zilla copied to clipboard

Support `extract-key` kafka message transform

Open jfallows opened this issue 6 months ago • 0 comments

Suggested syntax.

  kafka_cache_server:
    type: kafka
    kind: cache_server
    options:
        topics:
          - name: my-transformed-topic
            transforms:
              - extract-key: ${message.key.id}
...

jfallows avatar Aug 01 '24 19:08 jfallows