adibrastegarnia c02358a188 kafka-integration app has been fixed and built using bazel
Change-Id: Ibbb57cac83983a030cf6e267906415fa1d002d23
2018-11-08 20:46:46 +00:00

18 lines
693 B
Python

BUNDLES = [
"@kafka_clients//jar",
"@runtime_protobuf//jar",
"//incubator/protobuf/models:onos-incubator-protobuf-models",
"//incubator/protobuf/models/proto:onos-incubator-protobuf-models-proto",
"//apps/kafka-integration/api:onos-apps-kafka-integration-api",
"//apps/kafka-integration/app:onos-apps-kafka-integration-app",
]
onos_app(
category = "Integration",
description = "Provides integration of ONOS and Kafka message bus so that internal ONOS events " +
"can be broadcast over the Kafka message bus to off-platform applications.",
included_bundles = BUNDLES,
title = "Kafka Integration",
url = "http://onosproject.org",
)