apache/pulsar

Kafka Sink Connector: support non-String keys

Open

#9.848 aberto em 9 de mar. de 2021

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)Java (3.485 forks)batch import
good first issuehelp wantedtype/enhancement

Métricas do repositório

Stars
 (13.697 stars)
Métricas de merge de PR
 (Mesclagem média 3d 10h) (146 fundiu PRs em 30d)

Description

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

Guia do colaborador