We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
During the registration of the Kafka input, if schema registry is required, the plugins does some checks and uses the ReST API, using Manticore to issue the requests: https://github.com/logstash-plugins/logstash-integration-kafka/blob/0462434fc6cf2c1de0d9314bbeb0c0840473d223/lib/logstash/plugin_mixins/kafka/avro_schema_registry.rb#LL71C16-L71C25
Avoid to use Manticore and leverage to the SchemaRegistryClient class to execute those checks. This client is already bundled:
SchemaRegistryClient
logstash-integration-kafka/build.gradle
Line 58 in 0462434
The text was updated successfully, but these errors were encountered:
andsel
No branches or pull requests
During the registration of the Kafka input, if schema registry is required, the plugins does some checks and uses the ReST API, using Manticore to issue the requests:
https://github.com/logstash-plugins/logstash-integration-kafka/blob/0462434fc6cf2c1de0d9314bbeb0c0840473d223/lib/logstash/plugin_mixins/kafka/avro_schema_registry.rb#LL71C16-L71C25
Avoid to use Manticore and leverage to the
SchemaRegistryClient
class to execute those checks.This client is already bundled:
logstash-integration-kafka/build.gradle
Line 58 in 0462434
The text was updated successfully, but these errors were encountered: