parthp2107 af564961ef
updated schema docs (#1738)
* updated schema docs

* addressing reviewdog findings
2021-12-14 15:26:34 +05:30

2.5 KiB

Messaging Service

This schema defines the Messaging Service entity, such as Kafka and Pulsar.

$id:https://open-metadata.org/schema/entity/services/messagingService.json

Type: object

This schema does not accept additional properties.

Properties

Type definitions in this schema

messagingServiceType

  • Type of messaging service - Kafka or Pulsar.
  • Type: string
  • The value is restricted to the following:
    1. "Kafka"
    2. "Pulsar"

brokers

  • Multiple bootstrap addresses for Kafka. Single proxy address for Pulsar.
  • Type: array
    • Items
    • Type: string

This document was updated on: Tuesday, December 14, 2021