Federico Giraud

Results 26 comments of Federico Giraud

No, they are not supported. Zookeeper offsets require a zookeeper client that kafka-view at the moment doesn't have. I don't have plans to support it since the preferred way to...

Hi, unfortunately SASL is not supported yet. However it should be quite easy to add: the only code change required should be adding some configuration parameters to the internal Kafka...

Hello! I haven't worked on the library for a while (@benesch has been doing all the work for the one 1+ years!), but I remember that moving to the event-based...

Thanks for the bug report. Kafka-utils is not officially compatible with Kafka >= 0.11 yet, but it will be soon (hopefully within the next few months). However I can't guarantee...

Hi, each tasks is registered to be executed "forever", so the thread pool will never terminate by itself. What would be your use case of a join function? Maybe something...

I see. The underlying thread pool doesn't provide this mechanism, however I added a very simple mechanism to stop scheduled tasks (see [TaskHandle](https://fede1024.github.io/rust-scheduled-executor/scheduled_executor/executor/struct.TaskHandle.html)). One way would be to stop all...

I'm glad it worked for you. What kind of information would you like to extract from the TaskHandle?

I agree that #671 is a better solution. @mati865 any chance you could file a PR with `from_bytes_until_nul`? #671 has a few other changes that are conflicting with the master...

librdkafka has been updated to 2.10 in master.