parthp2107 d52297e28f
updated schema documentaiton (#1188)
* updated schema documentaiton

* id correction
2021-11-15 08:05:54 -08:00

2.4 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

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: Monday, November 15, 2021