You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Antony Stubbs (JIRA)" <ji...@apache.org> on 2017/02/21 18:58:44 UTC

[jira] [Updated] (KAFKA-4783) Blackbox or pass through converter or ByteArrayConverter for connect

     [ https://issues.apache.org/jira/browse/KAFKA-4783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antony Stubbs updated KAFKA-4783:
---------------------------------
    Description: 
Connect is missing a pass through converter / ByteArrayConverter that doesn't manipulate the message payload. This is needed for binary messages that don't have a plaintext, json or avro interpretation. For example, messages that contain a binary encoding of a proprietary or esoteric protocol, to be decoded later.

Currently there's a public class available here: https://github.com/qubole/streamx/blob/8b9d43008d9901b8e6020404f137944ed97522e2/src/main/java/com/qubole/streamx/ByteArrayConverter.java

  was:Connect is missing a pass through converter / ByteArrayConverter that doesn't manipulate the message payload. This is needed for binary messages that don't have a plaintext, json or avro interpretation. For example, messages that contain a binary encoding of a proprietary or esoteric protocol, to be decoded later.


> Blackbox or pass through converter or ByteArrayConverter for connect
> --------------------------------------------------------------------
>
>                 Key: KAFKA-4783
>                 URL: https://issues.apache.org/jira/browse/KAFKA-4783
>             Project: Kafka
>          Issue Type: Bug
>          Components: KafkaConnect
>    Affects Versions: 0.10.2.0
>            Reporter: Antony Stubbs
>
> Connect is missing a pass through converter / ByteArrayConverter that doesn't manipulate the message payload. This is needed for binary messages that don't have a plaintext, json or avro interpretation. For example, messages that contain a binary encoding of a proprietary or esoteric protocol, to be decoded later.
> Currently there's a public class available here: https://github.com/qubole/streamx/blob/8b9d43008d9901b8e6020404f137944ed97522e2/src/main/java/com/qubole/streamx/ByteArrayConverter.java



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)