Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

#IssueNotesDecisions
1kafka container port issue

Open Questions:

1- Can we change the port to "9092"?


2KAFKA_ADVERTISED_LISTENERS hostname resolution issue

Open Questions:

1- Can we change the hostname "kafka" to "localhost" in the listener?

2- Is it possible to update /etc/hosts in ONAP Jenkins?


...

 Issues

1-In the current implementation of ConfluentKafkaLibrary, the consumer module connects to Kafka cluster from the port "9092".

...

a- Add an entry into /etc/hosts like "127.0.0.1 kafka"

b- Change the KAFKA_ADVERTISED_LISTENERS into PLAINTEXT://localhost:9092,CONNECTIONS_FROM_HOST://localhost:19092

...