[ https://issues.apache.org/jira/browse/KAFKA-4783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15884412#comment-15884412 ]
ASF GitHub Bot commented on KAFKA-4783: --------------------------------------- GitHub user ewencp opened a pull request: https://github.com/apache/kafka/pull/2599 KAFKA-4783: Add ByteArrayConverter (KIP-128) You can merge this pull request into a Git repository by running: $ git pull https://github.com/ewencp/kafka kafka-4783-byte-array-converter Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2599.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2599 ---- commit a8ecf7c1973189ef768c536a5b0583cdcf815bf3 Author: Ewen Cheslack-Postava <m...@ewencp.org> Date: 2017-02-25T22:18:28Z KAFKA-4783: Add ByteArrayConverter (KIP-128) ---- > 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 > Assignee: Ewen Cheslack-Postava > Labels: needs-kip > > 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)