akhileshacc opened a new issue #313:
URL: https://github.com/apache/camel-kafka-connector/issues/313
I wanted to break messages before sending to kafka endpoint.
Is it possible to do with processors ?
I am trying to send S3 files data to kafka using s3 and kafka components.
```from("aws-s3://bucketname?args=....")
.to("kafka:test1?brokers=localhost:9092")```
How do i break messages before sending to kafka ?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]