commit | 396b652d368971ca4d513ee8c75b4f55a12459a6 | [log] [tgz] |
---|---|---|
author | Dinesh Belwalkar <dumbbel@gmail.com> | Thu Feb 06 22:11:53 2020 +0000 |
committer | Dinesh Belwalkar <dumbbel@gmail.com> | Thu Feb 06 22:11:53 2020 +0000 |
tree | 81d331e24bd46744cae5bbb39cdf0920d06c6e3e | |
parent | 1a8f286a6bbee1bc783533538f0b4af971591ddc [diff] |
[SEBA-930] update GRPC version to 1.27 and change kafka message producing Change-Id: I14145a1351eb2523fa54e66381ad97abc5eedf50
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 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.