Jakub Małek

Results 10 issues of Jakub Małek

Fixed handling `SinkRecord` headers without schema.

`CamelSinkTask` is throwing `NullPointerException` during `SinkRecord` header mapping: > Task threw an uncaught and unrecoverable exception. Task is being killed and will not recover until manually restarted. Error: null >...

The Cassandra Sink Connector [Kamelet](https://github.com/apache/camel-kamelets/blob/main/kamelets/cassandra-sink.kamelet.yaml) descriptor is configured by default with the Jackson unmarshalling step: ```yaml spec: ... template: from: uri: "kamelet:source" steps: - unmarshal: json: library: Jackson useList: true...

Hi, in our Kafka Connect cluster we deploy several instances of Event Hub connectors. Recently, we've noticed that connector name printed in the error logs is mixed up The problem...

## Problem The JDBC source task stoppage often results in the ungraceful shutdown, due to a long duration time for the polling operation which blocks the worker task thread. If...

The [camel-azure-eventhubs-source-kafka-connector](https://camel.apache.org/camel-kafka-connector/4.0.x/reference/connectors/camel-azure-eventhubs-source-kafka-source-connector.html) currently requires configuration of the Azure Blob Storage, used for storing the checkpoints. I think there should be an option to store checkpoints in the Kafka Connect offset...

### Bug Description Its a tiny minor bug for Kafka 4.x, but when you set `JsonLayout` for the `console` appender configured with the inline logging configuration, there is a problem...

bug
needs-triage

Hi, I've noticed that the latest available version of `kafka-connect-jdbc` in https://packages.confluent.io/maven/io/confluent/kafka-connect-jdbc/ is `10.8.2` but the latest tag in github repository is `10.8.4`. As far as I see the version...

I'm struggle to find an option to enable TLS connection for RabbitMQ client in the connector. Looking at the [spring-rabbitmq-source.kamelet.yaml](https://github.com/apache/camel-kamelets/blob/v4.11.0/kamelets/spring-rabbitmq-source.kamelet.yaml) file I see that the Camel component is configured with...

### Issue Description I was a bit hesitant about whether this issue should be reported here or in the [metrics-reporter](https://github.com/strimzi/metrics-reporter) backlog. Ultimately, I decided to open it here because my...