blob: ecb06ff3b7e6f20c0be9f065ff4f5d6978eefd80 [file] [log] [blame]
Thomas Vachuska0e11dcb2017-12-13 16:57:14 -08001BUNDLES = [
2 '//lib:kafka-clients',
3 '//lib:protobuf-java-3.2.0',
4 '//incubator/protobuf/models:onos-incubator-protobuf-models',
5 '//incubator/protobuf/models:onos-incubator-protobuf-models-proto',
6 '//apps/kafka-integration/api:onos-apps-kafka-integration-api',
7 '//apps/kafka-integration/app:onos-apps-kafka-integration-app',
8]
9
10onos_app (
11 title = 'Kafka Integration',
12 category = 'Integration',
13 url = 'http://onosproject.org',
14 description = 'Provides integration of ONOS and Kafka message bus so that internal ONOS events ' +
15 'can be broadcast over the Kafka message bus to off-platform applications.',
16 included_bundles = BUNDLES,
17)