Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 640 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 640 Bytes

Our consumer in this example is someone who wants to get events from the client in near-realtime and perform some logic on top of it.

  • ESE Role: Consume events and perform operations on it
  • Talks to: ESE-Server to get the events
  • Number of instances: 1
docker run -d -p 8501:8501 --name ese-consumer saumyabhatt10642/ese-consumer