apache/pulsar

Kafka Sink Connector: support non-String keys

開放

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

 (4 則留言) (0 個反應) (0 位負責人)Java (3,485 個分叉)batch import
good first issuehelp wantedtype/enhancement

倉庫指標

星標
 (13,697 顆星)
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

貢獻者指南