nchapman / pulsar

Mozilla Public License 2.0
1 stars 1 forks source link

Integrate nebula into the project #95

Closed Warefoxe closed 2 months ago

Warefoxe commented 3 months ago

Integrate nebula into the project using cargo git reference. Create nebula plugin with javascript API

ospfranco commented 3 months ago

@Warefoxe can you merge the tip of develop into this branch? It will run CI to make sure everything builds on all platforms.

Warefoxe commented 3 months ago

@ospfranco , I am change integration code, now it try to simulate stream with events, please check updated code.

ospfranco commented 3 months ago

Tests would also be good. Even if there is no model to use, you can just mock the responses, but make sure that the correct events are emitted and so.

ospfranco commented 2 months ago

Tests are still missing but if @demetrxx says everything is ok, I will take care of them on a separate PR please.