Uploaded image for project: 'Kafka Connector'
  1. Kafka Connector
  2. KAFKA-180

PartialValueStrategy clone key which is not interested

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 1.4.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      The PartialValueStrategy component attempts to clone via BSON parsing on both the key and value of the kafka message. At this time, bson parsing is attempted for the key value, resulting in a parsing error if the key is an unsupported value. This error completely stops consuming messages. I think this is an unintended strategy implementation. PartialValueStrategy should try bson parsing only for the value.

      For example, kafka's key type is string type. When I try to clone the key, the key is converted to a bson type. But it's just a string, so the conversion(bson parsing) fails.

      Just cloning the value in PartialValueStrategy is clear and enough. 

      The same goes for PartialKeyStrategy.

            Assignee:
            ross@mongodb.com Ross Lawley
            Reporter:
            lala7573@gmail.com Yj hwang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: