Defect HC-5564
Shared kafka and zookeeper between auth and prod causes issues
Software
Customer case | Applies to | Corrected in |
---|---|---|
CS0144593 | V9.0.1.10 | 9.0.1.17 |
Observed behavior
Kafka and Zookeeper configurations are the same for staging and production environments in the default settings for Commerce.
Expected behavior
There should have been a separation between the environments for both Kafka and Zookeeper.
Resolution
The VaultConfigure script is updated to first check at the environment type level before checking at the environment level.</p> <p>That is, check first for ${VAULT_URL}/${TENANT}/${ENVIRONMENT}/${ENVTYPE}/kafkaServers and ${VAULT_URL}/${TENANT}/${ENVIRONMENT}/${ENVTYPE}/zooKeeperServers</p> <p>before checking for ${VAULT_URL}/${TENANT}/${ENVIRONMENT}/kafkaServers and ${VAULT_URL}/${TENANT}/${ENVIRONMENT}/zooKeeperServers