kanaloa icon indicating copy to clipboard operation
kanaloa copied to clipboard

Make your service more resilient by providing protection against traffic oversaturation

Results 25 kanaloa issues
Sort by recently updated
recently updated
newest added

Originally, QueryStatus was used by the AutoScaler, but has since changed. QueryStatus is now only used by tests to access an Actor's state. We should investigate this a bit more...

scope:small
discussion needed
Priority: Low
comp:specs
cleanup

The orchestration of shutdown between QueueProcessor, Queue and Workers is a bit duplicative in terms of who is watching who. Currently the QueueProcessor receives the initial `Shutdown` message, and then...

enhancement
scope:medium
discussion needed

from 1.0 and on, minor version should be binary compatible

It's not very urgent though because there is no extra external dependency required by this feature.

enhancement
Priority: Low

Now that the kanaloa system is growing bigger with more types of actors, it might be beneficial to use typed actors instead. This is up for triage.

scope:large
discussion needed
blocked