Sarwar Bhuiyan
Sarwar Bhuiyan
> @hekaldama Did you get kafka-proxy working properly with socks or http proxying towards Confluent Cloud? Very interested in any working configs if that is the case. Cheers. I can...
I've had the same experience, what are we missing from the client or proxy command?
Will look at this.
Figured it out. If you do a and follow it with something like a Java comment, it doesn't like it. Pushing a fix as part of another PR.
Following up on the conversation we were having on this issue, there would be an approach here so as not to require the lambda signature to change to pass in...
+1 even if not 10Gb but people have these large XML files that need to be published and consumed.
the example was tested against confluent cloud
> @pranavrth there seems to be two issues here: > > 1. the original client example for oauth seems to be using the incorrect callbackhandler. it should be using the...
There's a slight syntax error here: ``` output { kafka { codec => { avro => { schema_uri => "/tmp/schema.avsc" } } } } ``` Should be: ``` output {...
+1 No matter what is needed to happen inside, the UX should be consistent. Otherwise, it's best to call external streams something else. A stream is a stream so the...