Thomas Vachuska | 0e11dcb | 2017-12-13 16:57:14 -0800 | [diff] [blame] | 1 | BUNDLES = [ |
| 2 | '//lib:kafka-clients', |
| 3 | '//lib:protobuf-java-3.2.0', |
| 4 | '//incubator/protobuf/models:onos-incubator-protobuf-models', |
| 5 | '//incubator/protobuf/models:onos-incubator-protobuf-models-proto', |
| 6 | '//apps/kafka-integration/api:onos-apps-kafka-integration-api', |
| 7 | '//apps/kafka-integration/app:onos-apps-kafka-integration-app', |
| 8 | ] |
| 9 | |
| 10 | onos_app ( |
| 11 | title = 'Kafka Integration', |
| 12 | category = 'Integration', |
| 13 | url = 'http://onosproject.org', |
| 14 | description = 'Provides integration of ONOS and Kafka message bus so that internal ONOS events ' + |
| 15 | 'can be broadcast over the Kafka message bus to off-platform applications.', |
| 16 | included_bundles = BUNDLES, |
| 17 | ) |