Changes
Summary
- add isWeak flag to acknowledgement (details)
- Let WebSocketRoute issue a weak acknowledgement for all labels of a (details)
- Issue #852: change key type of declared ack labels DData from ActorRef to Address. (details)
- Issue #852: Fix ImmutableDittoHeadersTest. (details)
- Issue #852: Issue weak acknowledgements for rql filtered signals in connectivity (details)
- Issue #852: Document weak acknowledgements (details)
- Issue #852: Extract acks ddata as its own extension. (details)
- Issue #852: add means for other actors to receive local and remote ack declarations. (details)
- Issue #852: Send weak acks from publishers.end weak ACK (details)
- Issue #852: stabilize PubSubFactoryTest. (details)
- Issue #852: Send weak-acks from the subscriber side. (details)
- Issue #852: Review: rename header for weak ack; remove TODO. (details)
- Issue #852: Update header name for documentation of WACKs. Adjust wording. (details)
- fixed remaining loggers which were not threadsafe (details)
- fixed unit test (details)
- try to stabilize unit test (details)
- fixed shard statistics namespace grouping (was broken for thing names containing a ":") (details)
- Delay publishing of subscribe ack in order to ensure that subscribe is (details)
- Issue #852: change how connectivity issues weak acks. (details)
- Increase flapdoodle version to 3.0.0 (details)
- Issue #852: Fix 2 TODOs. (details)
- Issue #852: Remove waiting for heartbeats after subscription in PubSubFactoryTest. (details)
- Issue #852: Remove LogUtil. (details)
- Fix 1 TODO in OutboundMappingProcessorActor. (details)
- Issue #852: Explain in WACK that it can be issued for a variety of reasons. (details)
- Issue #852: add blog post about weak acks. (details)
- Issue #852: edit weak ack blogpost. (details)
- Issue #852: review of blogpost: (details)
- CR-8422 - add ditto-weak-ack header in table (details)
- Issue #852: remove existing "requested-acks" DittoHeader when creating an ImmutableAcknowledgement and an ImmutableAcknowledgements (details)
- Issue #852: fix javadoc; adjust weak ack explanations; fix flapping AmqpPublisherActorTest. (details)
- Issue #852: review: added missing "." at end of sentence of weak ack payload (details)
- Issue #852: added to ConnectionValidator validation for that for all Connection targets the potentially declared "issuedAcknowledgementLabel" may only be issued once (details)
- Issue #852: do not publish requests for target-issued acks. (details)
- Issue #852: fix javadoc links to scala classes in the same model. (details)
- don't use DittoLoggerFactory to get logger in AbstractStreamingActor in order to prevent scala/java/javadoc compile errors due to compile circular dependencies within this module (details)