Kolokotronis Panagiotis
Kolokotronis Panagiotis
## Context I'm running Prism Server on a k8s environment and best practice is to have health/liveness checks. In the absence of a healthcheck endpoint on the prism server itself...
The following pattern (also used in `benchmark/simple_produce_bench.py`) is well performant: ```py for i in range(n): await producer.send(topic, message, partition=partition) ``` The same goes for send_and_wait, while the throughput is slightly...
Dear contributors, users, geeks and robots, This will be a quick summary about what I see ahead of us for RSPET. I have planned a couple of things to revamp...
The currently tested compilation method is complicated and error prone. I suggest we look into migrating to either [cx-freeze](http://cx-freeze.sourceforge.net/) or [py2exe](http://www.py2exe.org/). The new tool has to be able to: -...
This is a milestone for the next version. We should re-implement the Server module to benefit from asynchronous module asyncio. To do this the serve has to be compatible with...
When executing a direct command to Client's OS (through the `Execute` command), if the execution of the given command is perpetual the Server deadlocks. Also, even if the execution is...
Having the current logging system as a base, logging capabilities should be added in more places in the Server's code along with more options for logging depth in the configuration...
From the TODO section. Just putting it here to self-assign so we don't do double work.
As the project gets bigger the need for unit testing becomes more apparent. So if anyone is interested at giving it a shot it would be a more than welcome...
Test if using the [Buildozer](https://kivy.org/docs/guide/packaging-android.html#buildozer) RSPET's client can be compiled and run on Android and iOS. If the test is successful feel free to open a PR adding the newly...