Skip to Main Content

NoSQL Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

NoSQL Streams: who is the initiator of stream?

Bruno HensherMay 6 2023 — edited May 6 2023

Respective all!

Tell me, is the initiative to create a stream on the side of the publisher or on the side of the subscriber?

I assumed that the subscriber makes a request for a stream of events, and waits for these events on a certain TCP port(or in separate thread/process) for a while.

But in the example given in the NoSQL distribution kit, everything is not so... The publisher in this example acts as if he were a subscriber at the same time.

How can I achieve a behavior, I described above: subscriber makes a request for a stream of events, and catch them when they occur?

Any help would be very appreciated.

TIA,

Andrew.

Comments
Post Details
Added on May 6 2023
0 comments
517 views