Uploaded image for project: 'Java DCP Client'
  1. Java DCP Client
  2. JDCP-48

System event messages dropped through default EventBus

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 0.13.0
    • 0.8.0
    • None

    Description

      By default, ClientEnvironment constructs a DefaultEventBus (from couchbase-jvm-core) object to wrap around the subject used for system messages (passed to the library user using the systemEventHandler callback). DefaultEventBus.get() uses .onBackpressureDrop() to avoid backpressure situations, which doesn't seem desirable here; it should not drop things like StreamEndEvent-s which will never be sent again.

      Source: https://github.com/couchbaselabs/java-dcp-client/issues/33

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            david.nault David Nault
            avsej Sergey Avseyev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty