Gerard Klijs

Results 50 comments of Gerard Klijs

For https://crates.io/crates/schema_registry_converter references are also supported for almost a year now. It would be nice if they were supported by karapace as well.

@ChristosMantzouranisMT you can use Confluent Schema registry, if that's an option and you want to use references. Or you could build some tooling so you can embed them dynamically.

I woud be interested as well, I now use https://github.com/teropa/hiccups to get the html as strings and turn them into nodes with closure, but would much rather user the same...

I would expect the library to solve it for you. What's the current behaviour when a connected broker fails?

@philipnee Java is the main client, and has lots of contributors. While we can leverage a big part of the work using librdkafka, it's no surprise it's lagging behind. It...

There was a Rust native client. It's a lot of work, and than a lot more to keep it up to date. It likely takes a couple of people who...

It's actually more likely configured on the broker, and quite mainstream. Are you still planning to merge it eventually?

Using a seperate crate makes a lot of sense, that's also how they did it for KafkaJs (but then with an npm module). I fear this project will slowly die....

It will need a lot of work probably. Already the current producer is very limited. Not having support for `linger.ms` for example or be 'aware' how many messages can be...

@dead10ck I'm considering putting some work in to get this project up to date. I used rdkafka bit having a pure rust client woud be nice. At least I'll going...