Uploaded image for project: 'Flume'
  1. Flume
  2. FLUME-3391

flume kafka sink unable to configure ssl.endpoint.identification.algorithm =

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Critical
    • Resolution: Unresolved
    • 1.9.0
    • None
    • Sinks+Sources
    • None

    Description

      When using Kafka sink, you need to set the property to an empty string

      ssl.endpoint.identification.alogorithm =

      However, when flume judges that the parameter is empty when loading configuration, it directly removes the parameter value as an empty string, so it cannot set the attribute as an empty string

      source code: flume-ng-configuration/src/main/java/org/apache/flume/conf/FlumeConfiguration.java

      182 lines of source code

      if (value.isEmpty())

      { addError(name, PROPERTY_VALUE_NULL, ERROR); return false; }

      Attachments

        Activity

          People

            Unassigned Unassigned
            christli chris
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0h
                0h
                Logged:
                Time Spent - 10m
                10m