Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Analysis & Design

The EPS service enables devices and systems that generate events/data/messages needed by other consumers to publish those events to an intermediary that is responsible for their subsequent distribution to interested parties.

...

Inputs: Publisher Id, Presence (Online, Offline)

Output: Success/Fail

 

Assumptions: Following are the assumptions when we use publication 

1) Kafka is up and running. If not, throw exception.

2) Topic is already created which is for publish and subscribe messages. If it does not exist, throw exception.