littlehorse-enterprises / littlehorse

This repository contains the code for the LittleHorse Server, Dashboard, CLI, and Java/Go/Python SDK's. Brought to you by LittleHorse Enterprises LLC
https://littlehorse.dev/
Other
119 stars 11 forks source link

Server shutdown process is not working properly #1008

Open eduwercamacaro opened 2 months ago

eduwercamacaro commented 2 months ago

We expect to finish all the command waiters during a rolling restart or normal server shutdown before turning off the Kafka streams instance. If not, the command topic will receive the command record, but clients will receive a CANCEL status code.

eduwercamacaro commented 2 months ago

@coltmcnealy-lh any thoughts?