blob: e3d3ee5d3d767118a62b106d5ac557661f94449b [file] [log] [blame]
Thomas Vachuskafe01f222018-08-06 11:44:22 -07001# FIXME: Work in progress
2
3BUNDLES = [
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
12onos_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)