SEBA-619 implement event subscriber to subscribe events
Scope of this story was augmented to include functionality to modify properties of a subscription
subscribe to events 1 by 1 instead of a list of events
get subscription destination ip from an env variable configured thru helm charts

Change-Id: If72848bd804c11998b4584634669d68bd9d9e7e0
2 files changed
tree: 52e742a7ebb40f26da8b0b3b0d1f836e74c0f794
  1. .gitreview
  2. Dockerfile
  3. Makefile
  4. README.md
  5. VERSION
  6. event_subscriber.go
  7. main.go
  8. proto/
README.md

device-management Repo.

This Repo contains the code for importer and related functionality. Importer is module which collects the device data from the devices which support REDFISH and publishes onto kafka bus. Exporter is another module which listens on kafka bus and makes the data available to the dashboard for user.

Importer

Importer gets the device details from NEM and periodicaly collects data using REDFISH RESTful APIS based on HTTP. The interface between NEM andimporter is GRPC. Importer also registers for events from the device like alerts, removal/insertion events. It then publishes data on kafka bus to collect the data.