apache/pulsar

Kafka Sink Connector: support non-String keys

Open

#9848 aperta il 9 mar 2021

Vedi su GitHub
 (4 commenti) (0 reazioni) (0 assegnatari)Java (3485 fork)batch import
good first issuehelp wantedtype/enhancement

Metriche repository

Star
 (13.697 star)
Metriche merge PR
 (Merge medio 3g 10h) (146 PR mergiate in 30 g)

Descrizione

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

Guida contributor