This plugin automatically patches the avsc module to collect avro message schemas when Datastreams Monitoring is enabled.

interface avsc {
    enabled?: boolean;
    service?: any;
}

Hierarchy

  • Integration
    • avsc

Properties

Properties

enabled?: boolean

Whether to enable the plugin.

Default

true
service?: any

The service name to be used for this plugin.

Generated using TypeDoc