Skip to content

Enhance KafkaBridge resource with consumer inactivity timeout and HTTP consumer/producer parts enablement #8732

@ppatierno

Description

@ppatierno

The current KafkaBridge custom resource has an http section for setting HTTP related configuration.
Right now it supports only host and port but the bridge also has:

  • http.timeoutSeconds : for deleting inactive consumers after a timeout (disabled by default)
  • http.consumer.enabled: to enable/disable the HTTP consumer part (enabled by default)
  • http.producer.enabled: to enable/disable the HTTP producer part (enabled by default)

We should allow the above parameters to be configured via the KafkaBridge spec.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions