blob: c0b04d902fe7a7841a9ea043b144f72bdf4cb80c [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
Ray Milkey47a3d782018-08-08 10:50:11 -070012#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#)