- In
application.properties
, you need to replace valueapp.kafka.bootstrapServers
with your own public IAM authenticated MSK cluster endpoints. - In
Makefile
, update:AWS_ACCESS_KEY_ID
with your own AWS profileAWS_SECRET_ACCESS_KEY
with your own AWS profileAWS_REGION
with your own AWS region
- Do a
make build/native start
ormake build/jvm start