blob: 6daeb1a6ba2e1575edf3501f519769b06054c2bf [file] [log] [blame]
BUNDLES = [
"@kafka_clients//jar",
"//lib:com_google_protobuf_protobuf_java",
"//core/protobuf/models:onos-core-protobuf-models",
"//core/protobuf/models/proto:onos-core-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",
)