• This project
    • Loading...
  • Sign in

홍길동 / onos

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • onos
  • ..
  • definitions
  • KafkaSubscription.json
  • Sanjana Agarwal's avatar
    Made changes as per comments. · cb4a3db3 ...
    cb4a3db3
    kafkaProducer is now non-static.
    
    TODO: KafkaPublisherManager Service and not Singleton.
    Kafka event publishing.
    
    Change-Id: I5ec20a6e4950c38e822468d343521ab77475b7d3
    Sanjana Agarwal authored 2016-07-19 20:56:08 +0000
KafkaSubscription.json 422 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
{
  "type": "object",
  "title": "KafkaSubscription",
  "required": [
    "appName",
    "groupId",
    "eventType"
  ],
  "properties": {
     "appName": {
        "type": "string",
        "example": "forwardingApp"
     },
     "groupId": {
        "type": "string",
        "example": "18285435-2c62-4684-96dd-fb03b7cd0c83"
     },
     "eventType": {
        "type": "string",
        "example": "DEVICE"
     }
  }
}