Skip to content

Issue : Inconsistent Environment Variable Usage for Kafka Credentials in Flink Jobs #301

@PrinceSajjadHussain

Description

@PrinceSajjadHussain

The aggregation_job.py and start_job.py files use slightly different methods to pass kafka credentials to the flink connector. start_job.py creates the sasl_config variable, which is formatted in a manner that is different from the approach taken by aggregation_job.py. The formatting of these values could break if the env vars contain special characters, or if the underlying flink library has a quirk. This may lead to connection issues with Kafka. The configuration should be consistent across files to reduce the risk of errors and improve maintainability.

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