Robert Thille
Robert Thille
I wrote 'afkak' (A twisted up kafka) awhile back and got permission to open source it: https://github.com/ciena/afkak It still needs Docs, and there's probably other warts, but at least it's...
@glyph I'd love feedback on how to improve it. We've got internal customers using it now, so I have to keep the interface fairly stable, but can evolve it to...
Check the time of the latest fix and ensure it's newer than the previous fix, or that it's not too old relative to an external clock or 'millis()'?
IPv6 is a large increase in the attack surface of a network (ie: http://netpatterns.blogspot.com/2016/01/the-rising-sophistication-of-network.html ), and for overworked admins it's still not worth deploying for many.
I'm working on a pull-request for this. Hope to have it working with tests today...
I had working changes, but they were done at a previous company and I never sought authorization to release the change since @thesharp said the project had a different approach...
Messages buffer output: ``` Tramp: Opening connection for integrator-5d8cd58975-v75t7 using kubectl... Tramp: Sending command ‘exec kubectl exec -it integrator-5d8cd58975-v75t7 sh’ Tramp: Waiting for prompts from remote shell...failed Tramp: Opening connection...
I'm still seeing this: ``` In file included from shap/_cext.cc:5: In file included from shap/tree_shap.h:12: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:317:9: error: no member named 'signbit' in the global namespace; did you mean 'sigwait'? using...
Basically, Kafka isn't reliable around what the Metadata query reports as being true, vs what the servers themselves will respond with...
I wonder how other clients deal with that. Does Afkak see that more because we have the integration tests that fire up new topics and then try to use them...