I am facing an issue with exposing AWS MSK stack - to be more precisely: case of our development process is to deliver for a client, static, publicly accessible domains for MSK brokers (it is a MUST HAVE, because we are including SSL certificates in packages, that are distributed for clients and used for producing Kafka messages, so if the domain name is changed, which we would like to avoid, a lot of client packages need to be generated and redistributed again). Amazon offers only 1 option for enabling public access to MSK from Internet - exposing brokers. This is quite problematic because if something unexpected happens with the whole stack and it will be redeployed, the broker's DNS will be changed and we need to perform activities with the client packages, described above.
I have tried some solutions, for example here: https://aws.amazon.com/blogs/big-data/how-goldman-sachs-builds-cross-account-connectivity-to-their-amazon-msk-clusters-with-aws-privatelink/ but I can't get with the SSL traffic (different certificates & DNS on load balancer won't "talk" with brokers). Have you any idea how to deal with it and publicly expose brokers by using different DNS names & SSL/TLS traffic?