canonical / karapace-operator

Charmed Operator for Aiven Karapace for providing schema registry functionalities on top of Charmed Kafka
Apache License 2.0
0 stars 0 forks source link

Split internal and external ports #26

Open zmraul opened 2 months ago

zmraul commented 2 months ago

The network traffic on the API and the internal communication between nodes can be split into separate ports. adevertised_port on the config can be set so karapace instances use it for internal coordination tasks and API call forwarding to leader node.

On a previous PR (#24) changes lead to replicas failing to talk to primary coordinator on scaled karapace using a specific ports. Trying to create a schema on a non-leader node failed with response Internal server error 500. Upon investigation, the logs showed that the node could not connect to the leader on the replication port. But the nodes knew the correct leader address and port.

syncronize-issues-to-jira[bot] commented 2 months ago

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/DPE-5278.

This message was autogenerated