blob: 60cb94cce0d6f7e2c568a2944046f41cd25a3138 [file] [log] [blame]
Thomas Vachuskafe01f222018-08-06 11:44:22 -07001BUNDLES = [
adibrastegarniac02358a2018-11-06 18:02:00 -05002 "@kafka_clients//jar",
Carmelo Casconed33d3b42019-06-18 12:12:36 -07003 "//deps:com_google_protobuf_protobuf_java",
Thomas Vachuska52f2cd12018-11-08 21:20:04 -08004 "//core/protobuf/models:onos-core-protobuf-models",
5 "//core/protobuf/models/proto:onos-core-protobuf-models-proto",
Thomas Vachuskafe01f222018-08-06 11:44:22 -07006 "//apps/kafka-integration/api:onos-apps-kafka-integration-api",
7 "//apps/kafka-integration/app:onos-apps-kafka-integration-app",
8]
9
adibrastegarniac02358a2018-11-06 18:02:00 -050010onos_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)