Kafka - Kubernetes and Cloud Deployment
In Kafka client configuration for Amazon MSK, how should the
bootstrap.servers property be formatted?bootstrap.servers property be formatted?bootstrap.servers property requires a comma-separated list of broker hostnames with ports.broker1.msk.amazonaws.com:9092,broker2.msk.amazonaws.com:9092 correctly shows the format with DNS names and ports separated by commas.192.168.1.1 lacks port information, C uses an incorrect URL scheme, and D uses JSON which is not valid here.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions