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.