logstash-plugins / logstash-integration-kafka

Kafka Integration for Logstash, providing Input and Output Plugins
Apache License 2.0
32 stars 60 forks source link

"schema_registry_proxy" option does not work #144

Open fbaligand opened 1 year ago

fbaligand commented 1 year ago

Given my tests, "schema_registry_proxy" option does not work on kafka input plugin.

I mean:

Logstash information:

Please include the following information:

  1. Logstash version : 7.17.8
  2. Logstash installation source : expanded from tar or zip archive
  3. How is Logstash being run : Via command line
  4. How was the Logstash Plugin installed : default version provided by Logstash 7.17.8 (10.9.0)

JVM (e.g. java -version): OpenJDK 11

  1. JVM installation source : AdoptOpenJDK distribution
  2. Value of the JAVA_HOME environment variable if set: C:\Developpement\OpenJDK11_x64

OS version (uname -a if on a Unix-like system): Windows 10

Description of the problem including expected versus actual behavior:

Steps to reproduce:

  1. Define kafka input with "schema_registry_key":
    kafka {
    ...
    schema_registry_proxy => "http://myhost:1234"
    }
  2. Start Logstash
  3. The error happens during startup

Provide logs (if relevant): Already provided above.

jsvd commented 1 year ago

Thanks for the report @fbaligand, looking into it

fbaligand commented 1 year ago

Thanks @jsvd !