Tagged by CORD Jenkins version-tag job: 7774, for Gerrit patchset: 31942
[VOL-4663] create voltha event topic (voltha.events) with conifgurable no of partitions and replication factor

Change-Id: Ibaf8681ccdbffcc8a3c68612c49d7822a20e1b14
671 files changed
tree: c3593a3635e1ec17b13033b34c2c40b566070a08
  1. .gitignore
  2. .gitreview
  3. CODE_OF_CONDUCT.md
  4. Dockerfile
  5. Makefile
  6. README.md
  7. VERSION
  8. common/
  9. config/
  10. go.mod
  11. go.sum
  12. main.go
  13. topic-exporter.go
  14. topic-listener.go
  15. types.go
  16. utils/
  17. vendor/
README.md

Kafka topic exported

Expected format

{
    "type": "slice",
    "ts": 1536617075.762331,
    "slice_data": [
        {
            "metrics": {
                "deferreds": 119.0,
                "rss-mb": 106.0
            },
            "metadata": {
                "logical_device_id": "",
                "title": "voltha.internal",
                "serial_no": "",
                "ts": 1536617075.762331,
                "context": {
                    "instance_id": "vcore-0"
                },     "device_id": ""
           
            }
        }
    ]
}