You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Tom Bentley (JIRA)" <ji...@apache.org> on 2017/06/16 09:42:00 UTC

[jira] [Created] (KAFKA-5459) Support kafka-console-producer.sh messages as whole file

Tom Bentley created KAFKA-5459:
----------------------------------

             Summary: Support kafka-console-producer.sh messages as whole file
                 Key: KAFKA-5459
                 URL: https://issues.apache.org/jira/browse/KAFKA-5459
             Project: Kafka
          Issue Type: Improvement
          Components: tools
    Affects Versions: 0.10.2.1
            Reporter: Tom Bentley
            Priority: Trivial


{{kafka-console-producer.sh}} treats each line read as a separate message. This can be controlled using the {{--line-reader}} option and the corresponding {{MessageReader}} trait. It would be useful to have built-in support for sending the whole input stream/file as the message. 





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)