flink-connector-kafka icon indicating copy to clipboard operation
flink-connector-kafka copied to clipboard

Apache flink

Results 30 flink-connector-kafka issues
Sort by recently updated
recently updated
newest added

Modified the documentation on using the right dependency for 'properties.sasl.jaas.config'. When using 'flink-sql-connector-kafka.jar', existing document doesn't use the shaded dependency. Also added the name of the jar file (flink-sql-connector-kafka-x.xx.x.jar).

component=Documentation

Add "record.key.include.kafka.connect.json.schema" and "record.value.include.kafka.connect.json.schema" configurations. When this configuration is true, records can be converted into regular JSON data

component=Documentation
component=Connectors/Kafka

# What is the purpose of the change In the CachingTopicSelector, a memory leak may occur when the internal logic fails to check the cache size due to a race...

component=Connectors/Kafka

1. add `scan.bounded.mode`, `scan.startup.specific-offsets`, `scan.bounded.specific-offsets` to the forward options. 2. remove `sink.parallelism` from the forward options. 3. fix the `scan.bounded.mode` docs. 4. improve Chinese docs.

component=Documentation
component=Connectors/Kafka

## What is the purpose of the change [FLINK-32893](https://issues.apache.org/jira/browse/FLINK-32893) There's some use cases to use the same clientID across all of the low level Kafka consumers to 1. Simplify how...

component=Connectors/Kafka

## What is the purpose of the change * [JUnit5 Migration] Module: flink-connector-kafka. * ## Brief change log - *Updated simple junit 4 test packages to junit 5 test packages*...

component=Connectors/Kafka

- Removing unnecessary transition symbols'/'in the document ` 'properties.sasl.jaas.config' = 'org.apache.kafka.common.security.scram.ScramLoginModule required username=\"username\" password=\"password\";'` ![图片](https://github.com/apache/flink-connector-kafka/assets/33744252/b7cc3f6c-6e1e-476f-af5c-089061e7b6f7) - using transition characters can cause "Value not specified for key 'username' in JAAS config"...

component=Documentation

## What is the purpose of the change As this thread https://lists.apache.org/thread/l98pc18onxrcrsb01x5kh1vppl7ymk2d discussed. Connectors shouldn't rely on dependencies that may or may not be available in Flink itself. But currently...

component=Connectors/Kafka

This PR drops support for Flink 1.17 & 1.18 and fix tests for 1.20-SNAPSHOT.

component=BuildSystem
component=Connectors/Kafka

This PR came out of debuging a warning we’re seeing in our Flink logs. We’re running Flink 1.18 and have an application that uses Kafka topics as a source and...

component=Connectors/Kafka