2.8.4. Distributed Communication

Topic

publish subscribe messaging pattern implementation

  • configurable for sender or total ordering

  • totally ordered sends through topic owner

Reliable Topic

publish subscribe with backup ring buffer

  • configurable slow consumer handling

    • DISCARD_OLDEST or DISCARD_NEWEST

    • BLOCK

    • ERROR