Omer Aharonian

Results 10 issues of Omer Aharonian

Hi guys! I'm running an S3SinkConnector (Kafka connect version 5.5.7) and have some issues converting protobuf records to parquet. I have the following (example) Protobuf message: ```scala import "scalapb/scalapb.proto"; message...

Hi guys! I'm running an S3SinkConnector (Kafka connect version 5.5.7) and have some issues converting protobuf records to parquet. I have the following (example) Protobuf message: ```scala import "scalapb/scalapb.proto"; message...

Hi all! Kamon used to have a separate project for Kafka, which had a [folder for Kafka streams metrics](https://github.com/kamon-io/kamon-kafka/tree/master/kamon-kafka-streams/src/main). Nowdays, Kafka is part of the Kamon project, but I don't...

Kowl support of consuming protobuf message is fantastic! I managed to set up the local file system rather easily and view protobuf messages on different topics. It'd be great if...

feature
backend

Hello, I have a bootstrap table to which I added [custom validators](https://react-bootstrap-table.github.io/react-bootstrap-table2/docs/column-props.html#columnvalidator-function), and a button I'd like to disable if any of the validators failed. Cannot find a way to...

Asking here, as I was not able to get an answer that solved the issues I've been struggling with for quite some time. I'm running a Kafka streams application (which...

I'm working on a Kafka streams application that leverages RocksDB for storing state. Each application instance is assigned around 50 partitions, which means that it runs 50 instances of RocksDB....

question

I want to see the key (string) of a message, not only the message contents. 1. Is it possible? 2. Does it require development? 3. What's the effort of adding...

Do you support protobuf? i.e. - can I view data stored in RocksDB as protobuf?

question

A --help flag that details the command usage and possible arguments could be nice

enhancement