Thomas Vachuska | fe01f22 | 2018-08-06 11:44:22 -0700 | [diff] [blame] | 1 | # FIXME: Work in progress |
| 2 | |
| 3 | BUNDLES = [ |
| 4 | "@kafka-clients//jar", |
| 5 | "@protobuf-java-3.2.0//jar", |
| 6 | "//incubator/protobuf/models:onos-incubator-protobuf-models", |
| 7 | "//incubator/protobuf/models:onos-incubator-protobuf-models-proto", |
| 8 | "//apps/kafka-integration/api:onos-apps-kafka-integration-api", |
| 9 | "//apps/kafka-integration/app:onos-apps-kafka-integration-app", |
| 10 | ] |
| 11 | |
Ray Milkey | 47a3d78 | 2018-08-08 10:50:11 -0700 | [diff] [blame] | 12 | #onos_app ( |
| 13 | # title = "Kafka Integration", |
| 14 | # category = "Integration", |
| 15 | # url = "http://onosproject.org", |
| 16 | # description = "Provides integration of ONOS and Kafka message bus so that internal ONOS events " + |
| 17 | # "can be broadcast over the Kafka message bus to off-platform applications.", |
| 18 | # included_bundles = BUNDLES, |
| 19 | #) |