Andrew Stevenson

Results 53 comments of Andrew Stevenson

@charlesmims @travisjeffery We are removing the dependency on zookeeper from Lenses in an upcoming release, https://www.landoop.com/kafka-lenses/, we'd be interested to get it going against jocko!

@jreBoAG Kafka Connect stores all it's configuration, offsets and statuses in Kafka, there are system topics that hold this, connect-offsets, connect-status and connect-configs, these topic names are set in the...

@rafaelnferreira if you want access to the fast data dev brokers from outside minikube you will need to expose the pod ip or set up ingress resources with nginx or...

@danielkza if you rebase I'll look at merging this.

@michaelhuang The connect workers in a cluster are masterless, you can hit any worker. I'm not sure what you're after? The cli works for Connect distributed mode so you are...

@mccstan Are you still getting this issue, the Connect Rest API is a bit flakey and if under load can sometime timeout.

You should can set it in the KAFKA_CONNECT_REST variable. `export KAFKA_CONNECT_REST="http://myserver:myport"`

I'm also interested in this and potentially OPA support.

@carlesarnal Any plans to add pluggable authentication and authorisation, we are willing to potentially help and any pointers of where to start?