You can use the HPE Ezmeral Data Fabric Event Store to receive event
notifications for buckets, for example, when an object is created in a bucket. Install the event
store, create a stream and topic, and then enable notifications through the MinIO client (MC) located in
/opt/mapr/objectstore-client/objectstore-client-<version>/util/mc.
Reading a Topic
/opt/mapr//kafka/kafka-<version>/bin/kafka-console-consumer.sh --topic
/path/to/stream:nameOfTopic --bootstrap-server some:9092 --from-beginning