Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-11647

Use message headers in flink kafka connectors

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • None
    • Connectors / Kafka
    • None

    Description

      It is required to add the ability to use kafka message headers in class FlinkKafkaConsumer. This will make it possible, for example, to use different avro message schemes. Now we can only use key, value, topic, partiotion and offset but not headers: [Kafka09Fetcher.java -142]:  

      final T value = deserializer.deserialize(
      record.key(), record.value(),
      record.topic(), record.partition(), record.offset());

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              OldMan Sergey Starokozhev
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: