Dominik Charousset
Dominik Charousset
> On the other hand, this would also mean that Broker will have to introduce heartbeats of its own. I have had it happen several times now that an endpoint...
Sorry for assuming too much internal knowledge. You don't need to touch Broker code at all. All you need to do is to create a file called `caf-application.ini` in the...
I think implementing this would be somewhat straightforward, but would require changes to (all) backends. The current interface only provides a `put` function that sets the entire table as a...
Is this something we'd still want? We could revisit this after merging #201. Or just close it outright if we no longer think we're going to need it.
We ship the radix tree implementation without actually using it for quite some time now. I think we should implement a small benchmark to compare the lookup time of our...
@timwoj I've seen that you've pushed some changes to the Broker bindings. Is this fixed?
After 5.0, we've wanted to revisit the need for Python bindings with WebSockets available (see #212). If we do end up deprecating (and later removing) the bindings, there's probably no...
This may become obsolete if we switch to a memory-mappable message representation.
@mavam I believe the status subscriber has actually been re-implemented since then. Does this still happen?
Relates #249. 🙂