Oleg, Yes it is not a required property.
As per the documentation, If we do not provide any message delimiter to PutKafka, it writes all the content of a flowfile as single message to Kafka. My requirement is that I want to write all messages in the flow file as separate messages on Kafka. Messages in the flowfile is delimited by "/n" . That is why I was providing "/n" as message delimiter. However, it is not working. Regards, Sourav Gulati -----Original Message----- From: Oleg Zhurakousky [mailto:[email protected]] Sent: Thursday, May 05, 2016 6:08 PM To: [email protected] Subject: Re: PutKafka-Message Delimiter I am not sure what you’re saying since it is not a required property and it uses non empty validator so anything you enter there is a valid value. In other words it can never produce 'no value set’ message. I just tested it myself as well to be sure. Could you provide more details as to what exactly you are doing? Cheers Oleg > On May 5, 2016, at 7:31 AM, Sourav Gulati <[email protected]> wrote: > > Could you please provide me that documentation content? > > Regards, > Sourav Gulati > > -----Original Message----- > From: Sourav Gulati > Sent: Thursday, May 05, 2016 5:01 PM > To: [email protected] > Subject: RE: PutKafka-Message Delimiter > > If I press " CTRL+Enter" on the value table of "Message delimiter" key. It > says "no value set". > > > > Regards, > Sourav Gulati > > -----Original Message----- > From: Oleg Zhurakousky [mailto:[email protected]] > Sent: Thursday, May 05, 2016 4:54 PM > To: [email protected] > Subject: Re: PutKafka-Message Delimiter > > Yes, we've also updated documentation as well for the upcoming release > > Sent from my iPhone > >> On May 5, 2016, at 07:22, Sourav Gulati <[email protected]> wrote: >> >> Should I press CTRL+Enter on value tab of "Message delimiter" key? >> >> Regards, >> Sourav Gulati >> >> -----Original Message----- >> From: Oleg Zhurakousky [mailto:[email protected]] >> Sent: Thursday, May 05, 2016 4:41 PM >> To: [email protected] >> Subject: Re: PutKafka-Message Delimiter >> >> Please use Ctrl+Enter. >> The '\n' is interpreted literally as a string (not new line). >> Let me know how it goes >> Cheers >> Oleg >> >>> On May 5, 2016, at 7:01 AM, Sourav Gulati <[email protected]> >>> wrote: >>> >>> Hi All, >>> >>> I am tried setting message delimiter in put kafka to /n . But it is not >>> working. Please guide. >>> >>> Regards, >>> Sourav Gulati >>> >>> >>> ________________________________ >>> >>> >>> >>> >>> >>> >>> NOTE: This message may contain information that is confidential, >>> proprietary, privileged or otherwise protected by law. The message is >>> intended solely for the named addressee. If received in error, please >>> destroy and notify the sender. Any use of this email is prohibited when >>> received in error. Impetus does not represent, warrant and/or guarantee, >>> that the integrity of this communication has been maintained nor that the >>> communication is free of errors, virus, interception or interference. >> >> >> ________________________________ >> >> >> >> >> >> >> NOTE: This message may contain information that is confidential, >> proprietary, privileged or otherwise protected by law. The message is >> intended solely for the named addressee. If received in error, please >> destroy and notify the sender. Any use of this email is prohibited when >> received in error. Impetus does not represent, warrant and/or guarantee, >> that the integrity of this communication has been maintained nor that the >> communication is free of errors, virus, interception or interference. > > ________________________________ > > > > > > > NOTE: This message may contain information that is confidential, proprietary, > privileged or otherwise protected by law. The message is intended solely for > the named addressee. If received in error, please destroy and notify the > sender. Any use of this email is prohibited when received in error. Impetus > does not represent, warrant and/or guarantee, that the integrity of this > communication has been maintained nor that the communication is free of > errors, virus, interception or interference. > ________________________________ NOTE: This message may contain information that is confidential, proprietary, privileged or otherwise protected by law. The message is intended solely for the named addressee. If received in error, please destroy and notify the sender. Any use of this email is prohibited when received in error. Impetus does not represent, warrant and/or guarantee, that the integrity of this communication has been maintained nor that the communication is free of errors, virus, interception or interference.
