kivancguckiran / eventstore-timeout-tester

EventStore hanging reproduce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EventStore Timeout Test

Generator

  • Generates streams with event count between 0-100.

Subscriber

  • Subscribes to $ce-Task stream and sleeps to fire timout.

HOW TO RUN

mkdir eventstore

docker build -t eventstore-timeout-tester:0.0.0 .
docker-compose up -d

Result

  • Eventstore does not respond /subscriptions endpoint on the interface. All connections hang.

About

EventStore hanging reproduce


Languages

Language:JavaScript 94.5%Language:Dockerfile 5.5%