eventuate-clients / eventuate-client-nodejs

Other
4 stars 3 forks source link

EsClient.subscribe() should take an eventHandler parameter rather than return an Observable #32

Open cer opened 8 years ago

cer commented 8 years ago

I've eliminated the use of RxJava Observables from the Java client. I think they are problematic. In particular, events can arrive before anyone has subscribed to the Observable.

Looks like there is an issue for this: https://github.com/eventuateinc/eventuate-nodejs-client/issues/17