apache/pulsar

Kafka Sink Connector: support non-String keys

Open

#9,848 建立於 2021年3月9日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)Java (3,485 fork)batch import
good first issuehelp wantedtype/enhancement

倉庫指標

Star
 (13,697 star)
PR 合併指標
 (平均合併 3天 10小時) (30 天內合併 146 個 PR)

描述

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

貢獻者指南