Skip to content

pipeline: hardcode production config for k8s.

Gmodena requested to merge fix-http-client-routes-1 into main

This MR declares the prod stream config URLs and http client routes in the pipeline. Since we are not using the manager module, but rather interface with flink.EventDataStreamFactory directly, we can't reliably rely on env variables init.

Other changes:

  • None check before casting max-workers.
  • Add comment on pool_maxsize settings.

Merge request reports