Skip to content

Deprecate config SINK_HTTP_PARAMETER_SCHEMA_PROTO_CLASS #143

@Meghajit

Description

@Meghajit

WHAT ?

Deprecate config SINK_HTTP_PARAMETER_SCHEMA_PROTO_CLASS

WHY ?

For a Firehose with HTTP Sink configured with header or query parameter source ( that is, SINK_HTTP_PARAMETER_SOURCE != disabled), the proto class that is used for parsing the incoming Kafka message during request creation is configured using SINK_HTTP_PARAMETER_SCHEMA_PROTO_CLASS.

This is confusing, as there is already a config INPUT_SCHEMA_PROTO_CLASS which tells the proto class that needs to be used for parsing the incoming Kafka message.

Ideally, we would like to keep a single variable which denotes this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions