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

贡献者指南