Thomas Vachuska | fe01f22 | 2018-08-06 11:44:22 -0700 | [diff] [blame] | 1 | BUNDLES = [ |
adibrastegarnia | c02358a | 2018-11-06 18:02:00 -0500 | [diff] [blame] | 2 | "@kafka_clients//jar", |
Carmelo Cascone | 0f8b7be | 2019-01-29 16:10:57 -0800 | [diff] [blame] | 3 | "//protocols/grpc:protobuf-java-bundle", |
Thomas Vachuska | 52f2cd1 | 2018-11-08 21:20:04 -0800 | [diff] [blame] | 4 | "//core/protobuf/models:onos-core-protobuf-models", |
| 5 | "//core/protobuf/models/proto:onos-core-protobuf-models-proto", |
Thomas Vachuska | fe01f22 | 2018-08-06 11:44:22 -0700 | [diff] [blame] | 6 | "//apps/kafka-integration/api:onos-apps-kafka-integration-api", |
| 7 | "//apps/kafka-integration/app:onos-apps-kafka-integration-app", |
| 8 | ] |
| 9 | |
adibrastegarnia | c02358a | 2018-11-06 18:02:00 -0500 | [diff] [blame] | 10 | onos_app( |
| 11 | category = "Integration", |
| 12 | description = "Provides integration of ONOS and Kafka message bus so that internal ONOS events " + |
| 13 | "can be broadcast over the Kafka message bus to off-platform applications.", |
| 14 | included_bundles = BUNDLES, |
| 15 | title = "Kafka Integration", |
| 16 | url = "http://onosproject.org", |
| 17 | ) |