Skip to content

ECDC-3142 Ignore broker addresses sent in JobStart message

Afonso Mukai requested to merge ECDC-3142_ignore_pl72_broker_address into main

Created by: danesss

Issue

https://jira.esss.lu.se/browse/ECDC-3142

Description of work

We want to decouple the Kafka addresses seen by Nicos and the Filewriter. In this commit we stop honouring the address sent by Nicos and use one of the addresses already known by the Filewriter.

Note that this is a temporary solution to mitigate the coupling with Nicos. We want to refactor the Kafka configuration in the filewriter (see ECDC-3118), possibly resulting in a single "kafka-config" for all librdkafka settings. The code in this commit should use such new configuration facility to set the broker address instead of using the address from JobPoolURI, which is quite arbitrary.

Nominate for Group Code Review

  • Nominate for code review

Reminder

Changes should be documented in changes.md

Merge request reports