apache/pulsar

Kafka Sink Connector: support non-String keys

オープン

#9,848 opened on 2021/03/09

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)Java (3,485 件のフォーク)batch import
good first issuehelp wantedtype/enhancement

Repository metrics

Stars
 (13,697 個のスター)
PR merge metrics
 (平均マージ 3d 10h) (30d で 146 merged PRs)

説明

Currently the Kafka Sink Connector is able to support only keys with a String value.

We should support the generic byte[] key, as it is in Kafka. Also we should support other data types and possibly may the generic key/value pair of Kafka to a KeyValue Pulsar schema

コントリビューターガイド