[GitHub] [camel-kafka-connector] oscerd commented on issue #1560: How to create an object in s3 bucket using camle-minio-sink plugin

2023-08-30 Thread via GitHub


oscerd commented on issue #1560:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1560#issuecomment-1698612898

   Or you can try the aggregation in CKC: 
https://camel.apache.org/camel-kafka-connector/3.18.x/user-guide/aggregation.html


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-kafka-connector] oscerd commented on issue #1560: How to create an object in s3 bucket using camle-minio-sink plugin

2023-08-30 Thread via GitHub


oscerd commented on issue #1560:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1560#issuecomment-1698596711

   How are you sending the data?


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-kafka-connector] oscerd commented on issue #1560: How to create an object in s3 bucket using camle-minio-sink plugin

2023-08-29 Thread via GitHub


oscerd commented on issue #1560:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1560#issuecomment-1697706287

   You need to use an header with the minio sink Kamelet.
   
   Supposing you're using kafkacat while moving the file, you should set a 
kafka header in your record:
   
   ./kafkacat -P -b localhost:9092 -t mytopic -H 
"CamelHeader.CamelMinioObjectName=fileName" 
   
   And the record value will be stored.
   
   I'll add the ability to set the objectName statically too in the Kamelet.


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org