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

贡献者指南