Skip to content

feat: introduce `KAFKA_URL` env variable

Pokhi requested to merge feat/kafka-url-env-variable into develop

Targets: #762 (closed)

This MR introduces KAFKA_URL that will be used whenever a Kafka client is instantiated.

How have I tested this

I'm not sure how to test this from the proper workflow so I've just verified it by putting console.log (server/services/kafkaService/kafka.js) and then observed that the URL is printing image

Deployment guidelines

  1. KAFKA_URL=https://test.ncbi.nlm.nih.gov/books/kafka
Edited by Pokhi

Merge request reports