Re: [I] Ceph: support bucket notifications? [camel-kamelets]

2024-12-04 Thread via GitHub


yuvalif commented on issue #2303:
URL: 
https://github.com/apache/camel-kamelets/issues/2303#issuecomment-2518438935

   > The underline component is using AWS SDK S3 Java client, so unless there 
is a good reason or something useful on S3 too, we won't add more configuration 
in the component.
   
   to setup bucket notifications and the queue you would need S3 and SQS APIs. 
but this limits you to AWS, since there is no open source implementation of SQS.
   in the case of ceph, the queue is provided by kafka, which is available to 
anyone.


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



Re: [I] Ceph: support bucket notifications? [camel-kamelets]

2024-12-04 Thread via GitHub


oscerd commented on issue #2303:
URL: 
https://github.com/apache/camel-kamelets/issues/2303#issuecomment-2517325745

   The underline component is using AWS SDK S3 Java client, so unless there is 
a good reason or something useful on S3 too, we won't add more configuration in 
the component.


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



Re: [I] Ceph: support bucket notifications? [camel-kamelets]

2024-12-04 Thread via GitHub


yuvalif commented on issue #2303:
URL: 
https://github.com/apache/camel-kamelets/issues/2303#issuecomment-2517113293

   yes, it is similar concept, but in case of ceph we ae using kafka not sqs.
   also in cepoh we have some extensions to the bucket notification 
configuration that you might want to expose to the conf


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



Re: [I] Ceph: support bucket notifications? [camel-kamelets]

2024-12-03 Thread via GitHub


oscerd commented on issue #2303:
URL: 
https://github.com/apache/camel-kamelets/issues/2303#issuecomment-2514503719

   We could do something like the event-based s3: 
https://github.com/apache/camel-kamelets/blob/main/kamelets/aws-s3-event-based-source.kamelet.yaml
   
   There, we are consuming events from bucket and react to an upload. It should 
really be the same for Ceph. Does this answer your question?
   
   Thanks


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