salaboy
salaboy
@mikeee I think we should.. @artursouza @yaron2 do we need some admin to create a channel or we just create one there?
@kevinten10 now that we are restarting this initiative and making progress here, it will be great to have those discussions if you are still up for this. I am interested...
@gaurav9822 yes of course.. give it a go and see if you can add some tests to verify that the new client is working.
@gaurav9822 you are right.. 0.25 is coming along but it is still not published.. do you want to start by adding tests? I can rename the issue if you want
@gaurav9822 sure.. I would suggest starting with a set of tests for this endpoint: https://github.com/zeebe-io/zeebe-cloud-events-router/blob/master/src/main/java/io/zeebe/cloud/events/router/ZeebeCloudEventsRouterController.java#L229 Which contains the core functionality of the router. Then test the Worker code which is...
@tomdavidson @masterskipper sounds good to me.. I am wondering how the integration will work out.. as we should be able to support all of them if we have a plan...
@masterskipper I would recommend listing the steps that you are planning to do before spending time in coding or sending PRs, so we can review it together.
@masterskipper let's define the requirements here for clarity: - The Event Router exposes an HTTP endpoint for consuming Cloud Events - The Event Router emits Cloud Events via HTTP The...
@artur-ciocanu I will check it out.. So.. this PR is following what I did on my PR, but not adding this -> https://github.com/dapr/java-sdk/pull/1126/files#diff-f86931381933e4ae24b3f860afc7618f23aecb516cea8bfd0ce627b16bf64e19R100 which is enabled by the property: `spring.reactor.context-propagation=auto`...
@artur-ciocanu I've just tested this PR it is good to merge.. @cicoyle @artursouza