Re: Need help in storing key along with value of _schemas topic using s3 sink connector.

2017-12-13 Thread Pratik Shah
Hi Ted, Yes after I posted this query in this group , I also found an open issue related to this. https://github.com/confluentinc/kafka-connect-storage-cloud/issues/119 Thanks, Pratik On Wed, Dec 13, 2017 at 9:25 PM, Ted Yu wrote: > Have you checked s3 connector issue listing ? > > C

Re: Need help in storing key along with value of _schemas topic using s3 sink connector.

2017-12-13 Thread Ted Yu
Have you checked s3 connector issue listing ? Cheers On Wed, Dec 13, 2017 at 2:38 AM, Pratik Shah wrote: > Hi All, > I am using kafka s3 sink connector ( version 4.0) to backup the > _schemas topic for its backup. > The issue is that the content stored in S3 is only the valu

Need help in storing key along with value of _schemas topic using s3 sink connector.

2017-12-13 Thread Pratik Shah
Hi All, I am using kafka s3 sink connector ( version 4.0) to backup the _schemas topic for its backup. The issue is that the content stored in S3 is only the value part of the kafka message stored in _schemas topic. How can I configure the connector to store the key as