Skip to content

Commit

Permalink
fix: replace all Pub-Sub to PubSub
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed May 15, 2022
1 parent a68e2e6 commit 6ee9a2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/en/latest/pubsub.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: PubSub
keywords:
- APISIX
- Pub-Sub
- PubSub
description: This document contains information about the Apache APISIX pubsub framework.
---

Expand All @@ -25,7 +25,7 @@ description: This document contains information about the Apache APISIX pubsub f
#
-->

## What is Pub-Sub
## What is PubSub

Publish-subscribe is a messaging paradigm:

Expand All @@ -38,7 +38,7 @@ In Apache APISIX, the most common scenario is handling north-south traffic from

## Architecture

![pub-sub architecture](../../assets/images/pubsub-architecture.svg)
![pubsub architecture](../../assets/images/pubsub-architecture.svg)

Currently, Apache APISIX supports WebSocket communication with the client, which can be any application that supports WebSocket, with Protocol Buffer as the serialization mechanism, see the [protocol definition](https://github.com/apache/apisix/blob/master/apisix/include/apisix/model/pubsub.proto).

Expand Down
4 changes: 2 additions & 2 deletions docs/en/latest/pubsub/kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: Apache Kafka
keywords:
- APISIX
- Pub-Sub
- PubSub
- Kafka
description: This document contains information about the Apache APISIX kafka pub-sub scenario.
description: This document contains information about the Apache APISIX kafka pubsub scenario.
---

<!--
Expand Down

0 comments on commit 6ee9a2b

Please sign in to comment.