You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "itwolf81 (via GitHub)" <gi...@apache.org> on 2023/08/06 16:46:42 UTC

[GitHub] [camel-kafka-connector] itwolf81 opened a new issue, #1547: CAMEL-AZURE-SERVICEBUS-SOURCE-KAFKA-CONNECTOR

itwolf81 opened a new issue, #1547:
URL: https://github.com/apache/camel-kafka-connector/issues/1547

   Azure ServiceBus connector doesn't allow me to configure if topicOrQueueName is topic or queue. Therefor if I provide topic with subscriptionName connector failes on error:
   `[kafka-artemis-azure-servicebus-connector|task-0] Error processing exchange. Exchange[]. Caused by: [com.azure.messaging.servicebus.ServiceBusException - The messaging entity 'internal-support-artemis-dev:Topic:sync_events_from_artemis|sync_events_from_artemis_3cab19_1691337361723' could not be found.`
   
   Please add support to configure also camel.kamelet.azure-servicebus-source.serviceBusType (topic / queue).


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

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


[GitHub] [camel-kafka-connector] oscerd commented on issue #1547: CAMEL-AZURE-SERVICEBUS-SOURCE-KAFKA-CONNECTOR

Posted by "oscerd (via GitHub)" <gi...@apache.org>.
oscerd commented on issue #1547:
URL: https://github.com/apache/camel-kafka-connector/issues/1547#issuecomment-1695005741

   https://github.com/apache/camel-kamelets/blob/main/kamelets/azure-servicebus-source.kamelet.yaml
   
   https://github.com/apache/camel-kamelets/blob/main/kamelets/azure-servicebus-sink.kamelet.yaml


-- 
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-kafka-connector] itwolf81 commented on issue #1547: CAMEL-AZURE-SERVICEBUS-SOURCE-KAFKA-CONNECTOR

Posted by "itwolf81 (via GitHub)" <gi...@apache.org>.
itwolf81 commented on issue #1547:
URL: https://github.com/apache/camel-kafka-connector/issues/1547#issuecomment-1670799236

   > Azure ServiceBus connector doesn't allow me to configure if topicOrQueueName is topic or queue. Therefor if I provide topic with subscriptionName connector failes on error: `[kafka-artemis-azure-servicebus-connector|task-0] Error processing exchange. Exchange[]. Caused by: [com.azure.messaging.servicebus.ServiceBusException - The messaging entity 'internal-support-artemis-dev:Topic:sync_events_from_artemis|sync_events_from_artemis_3cab19_1691337361723' could not be found.`
   > 
   > Please add support to configure also camel.kamelet.azure-servicebus-source.serviceBusType (topic / queue).
   
   I investigated further, while I'm new to this project and looks like first thing is to add this config value to the kamelet project. Could you please navigate me somewhere, how to setup whole camel + kamelet + camel-kafka-connector solution localy so I can maybe fix this by myself and add a pull request afterwards? 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-unsubscribe@camel.apache.org

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