Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 410 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 410 Bytes

debug-aws-msk-iam-auth

  1. In application.properties, you need to replace value app.kafka.bootstrapServers with your own public IAM authenticated MSK cluster endpoints.
  2. In Makefile, update:
    • AWS_ACCESS_KEY_ID with your own AWS profile
    • AWS_SECRET_ACCESS_KEY with your own AWS profile
    • AWS_REGION with your own AWS region
  3. Do a make build/native start or make build/jvm start