Pete Hayes
Pete Hayes
This is a trivial issue, and I might have misunderstood, but in the streaming docs it describes the modules as "Pipelined, multiplexed protocols" and "Pipelined, streaming protocols". Do you mean...
Note that when I ran `make docs`, it introduced a tonne of changes that are not related to my change. I'm happy to add the changes to this PR but...
If you rely on the defaults for `LogsOptions`, the request returns a 400 Bad Request with the message "bad parameter". I would suggest removing the `#[derive(Default)]` and implementing it manually...
Ok, let me preface this by saying that I am a lowly PHP dev who's only picked up C and the Zend API in order to hack in a missing...
When a requestor or replier leaves the topic, the Selium server logs the following error: > Received invalid message from replier: IoError(Custom { kind: NotConnected, error: ConnectionLost(TimedOut) }) This shouldn't...
As a user, I want to opt in to either "at least once", or "at most once" delivery, so that I have assurance that messages make it to their destinations....
Currently Selium does not have a formal handshake, which means that message frames may appear out of order and error handling is ad hoc. A formal handshake process is required...
Check out Autometrics: https://autometrics.dev
We need a way to rate limit individual clients, topics and whole servers. This should happen on both client and server.