62
Views
4
Comments
Solved
[AzureEventHub Connector] Using this component in os11
Question
azureeventhub-connector-send
Web icon
Forge asset by Aart van Blitterswijk

Hallo Aart,

we want to use your forge component AzureEventHub connector to put data in json format from outsystems 10 to an Microsoft event hub.

my question is will this still work in os11? i guess it will because it is mainly c# code, but are you planning on publishing an os 11 version?

2020-02-27 22-19-36
Daniel Cornelius
Solution

Hi Sven!
I think you should be able to POST Json-data directly to the Azure Event Hub with a standard REST call, from your module.

This means you go to the Logic Tab and then Integrations and select to Consume REST API. Then Choose to add a single method. Point out the URL to the EventHub, set POST as the REST Verb, and then add the SAS Key to the Authentication Header. Request data is the JSON you have.

I haven't tried it myself but it should work.

2021-05-30 04-10-05
Sven Lambeck

Daniel Cornelius wrote:

Hi Sven!
I think you should be able to POST Json-data directly to the Azure Event Hub with a standard REST call, from your module.

This means you go to the Logic Tab and then Integrations and select to Consume REST API. Then Choose to add a single method. Point out the URL to the EventHub, set POST as the REST Verb, and then add the SAS Key to the Authentication Header. Request data is the JSON you have.

I haven't tried it myself but it should work.

Hallo Daniel,

thanx for your remark.

we will use the direct post in os, we also think that this should work in the project that we are working on.


2020-04-27 03-10-59
Anand Jayaraman

Yes, I agree with Daniel. It worked for me!

UserImage.jpg
Aart van Blitterswijk

Hi Sven,

at the moment I do not have an Azure Event Hub available tot test this on, so I am not planning to release an OS11 version anytime soon. Sorry. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.