Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Question about enabling event notification using kafka after installing with helm #27

Open
mram0509 opened this issue Aug 25, 2019 · 0 comments

Comments

@mram0509
Copy link

I am also trying to enable kafka notification for buckets.

helm/charts@3c06eb4 - says

To update your Minio server configuration while it is deployed in a release, you need to

  1. Check all the configurable values in the Minio chart using helm inspect values stable/minio.
  2. Override the minio_server_config settings in a YAML formatted file, and then pass that file like this helm upgrade -f config.yaml stable/minio.

Git comments also say:

minio_server_config:
config.json: |
{
"region": "us-east-1",
"browser": "on",
"logger": {
"console": {
"enable": true
},
"file": {
"enable": false,
"filename": ""
}
},
"notify": {
"kafka": {
"1": {
"enable": true,
"brokers": ["kafka:9092"],
"topic": "minio-topic"
}
}
}
}

I have upgrade the helm release with the above added to the YAML. But I don't see the SQS ARN being created when I check the logs of the pod. The minio service is working - but the SQS ARN does not seem to be created.

Is there a sample on how to do this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant