Skip to content

Commit

Permalink
implement webhook and broker publishers.
Browse files Browse the repository at this point in the history
  • Loading branch information
gatblau committed Jun 12, 2019
1 parent c6904ba commit d5100ac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/publishers.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ The webhook publisher performs an http post to one or more target endpoints and

## Broker

The broker publisher publishes the event into Apache Kafka.
The broker publisher publishes the event messages into an Apache Kafka message broker.

The broker has a single topic called __k8s__ and the messages sent are to the broker keyed on __platform:namespace__ combination to ensure that messages from the same namespace are delivered to the message consumer in order.

An example of how to get started with Kafka can be seen [here](./getting_started.md).

### Multi Cluster publishing with Kafka

Expand Down

0 comments on commit d5100ac

Please sign in to comment.