Ray Milkey 47a3d78638 Disable kafka app build for now in Bazel until GRPC is ready
Change-Id: I365525b89b1243e0c9fe12282b8df8e973fc5cbc
2018-08-08 10:50:11 -07:00

20 lines
702 B
Python

# FIXME: Work in progress
BUNDLES = [
"@kafka-clients//jar",
"@protobuf-java-3.2.0//jar",
"//incubator/protobuf/models:onos-incubator-protobuf-models",
"//incubator/protobuf/models: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 (
# title = "Kafka Integration",
# category = "Integration",
# url = "http://onosproject.org",
# 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,
#)