You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/10/12 13:17:55 UTC

[GitHub] [camel] essobedo opened a new pull request, #8529: CAMEL-16030: camel-pulsar - Add async send to producer

essobedo opened a new pull request, #8529:
URL: https://github.com/apache/camel/pull/8529

   Fix for https://issues.apache.org/jira/browse/CAMEL-16030
   
   ## Motivation
   
   The producer is synchronous today. But pulsar allows sending asynchronously, where a `CompletableFuture` is returned. We can leverage this for async send, and call `AsyncCallback` from the future.
   
   ## Modifications:
   
   * Make `PulsarProducer` extend `DefaultAsyncProducer` and implement the corresponding `process` method
   * Ensure the thread safety of the producer initialization (not directly related to the initial issue)
   * Deprecate the option `maxPendingMessagesAcrossPartitions` as it is deprecated in the pulsar client


-- 
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-unsubscribe@camel.apache.org

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


[GitHub] [camel] github-actions[bot] commented on pull request #8529: CAMEL-16030: camel-pulsar - Add async send to producer

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #8529:
URL: https://github.com/apache/camel/pull/8529#issuecomment-1276269696

   :heavy_check_mark: Finished component verification: 0 component(s) test failed out of **1 component(s) tested**


-- 
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-unsubscribe@camel.apache.org

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


[GitHub] [camel] essobedo merged pull request #8529: CAMEL-16030: camel-pulsar - Add async send to producer

Posted by GitBox <gi...@apache.org>.
essobedo merged PR #8529:
URL: https://github.com/apache/camel/pull/8529


-- 
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-unsubscribe@camel.apache.org

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


[GitHub] [camel] github-actions[bot] commented on pull request #8529: CAMEL-16030: camel-pulsar - Add async send to producer

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #8529:
URL: https://github.com/apache/camel/pull/8529#issuecomment-1276328279

   :heavy_check_mark: Finished component verification: 0 component(s) test failed out of **1 component(s) tested**


-- 
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-unsubscribe@camel.apache.org

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


[GitHub] [camel] github-actions[bot] commented on pull request #8529: CAMEL-16030: camel-pulsar - Add async send to producer

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #8529:
URL: https://github.com/apache/camel/pull/8529#issuecomment-1276163879

   :warning: This PR changes Camel components and will be tested automatically.


-- 
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-unsubscribe@camel.apache.org

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