Skip to content

Commit

Permalink
[docs] add Key_shared subscription type (apache#10024)
Browse files Browse the repository at this point in the history
Signed-off-by: YANGLiiN <[email protected]>
  • Loading branch information
yangl authored Mar 24, 2021
1 parent 4d878d7 commit 27d6625
Show file tree
Hide file tree
Showing 17 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion site2/docs/developing-binary-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ message CommandSubscribe {
Parameters:
* `topic` → Complete topic name to where you want to create the consumer on
* `subscription` → Subscription name
* `subType` → Subscription type: Exclusive, Shared, Failover
* `subType` → Subscription type: Exclusive, Shared, Failover, Key_Shared
* `consumer_id` → Client generated consumer identifier. Needs to be unique
within the same connection
* `request_id` → Identifier for this request. Used to match the response with
Expand Down
4 changes: 2 additions & 2 deletions site2/docs/reference-terminology.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ An administrative unit for allocating capacity and enforcing an authentication/a

#### Subscription

A lease on a [topic](#topic) established by a group of [consumers](#consumer). Pulsar has three subscription
modes (exclusive, shared, and failover).
A lease on a [topic](#topic) established by a group of [consumers](#consumer). Pulsar has four subscription
modes (exclusive, shared, failover and key_shared).

#### Pub-Sub

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ message CommandSubscribe {
Parameters:
* `topic` → Complete topic name to where you want to create the consumer on
* `subscription` → Subscription name
* `subType` → Subscription type: Exclusive, Shared, Failover
* `subType` → Subscription type: Exclusive, Shared, Failover, Key_Shared
* `consumer_id` → Client generated consumer identifier. Needs to be unique
within the same connection
* `request_id` → Identifier for this request. Used to match the response with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ message CommandSubscribe {
Parameters:
* `topic` → Complete topic name to where you want to create the consumer on
* `subscription` → Subscription name
* `subType` → Subscription type: Exclusive, Shared, Failover
* `subType` → Subscription type: Exclusive, Shared, Failover, Key_Shared
* `consumer_id` → Client generated consumer identifier. Needs to be unique
within the same connection
* `request_id` → Identifier for this request. Used to match the response with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ message CommandSubscribe {
Parameters:
* `topic` → Complete topic name to where you want to create the consumer on
* `subscription` → Subscription name
* `subType` → Subscription type: Exclusive, Shared, Failover
* `subType` → Subscription type: Exclusive, Shared, Failover, Key_Shared
* `consumer_id` → Client generated consumer identifier. Needs to be unique
within the same connection
* `request_id` → Identifier for this request. Used to match the response with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ message CommandSubscribe {
Parameters:
* `topic` → Complete topic name to where you want to create the consumer on
* `subscription` → Subscription name
* `subType` → Subscription type: Exclusive, Shared, Failover
* `subType` → Subscription type: Exclusive, Shared, Failover, Key_Shared
* `consumer_id` → Client generated consumer identifier. Needs to be unique
within the same connection
* `request_id` → Identifier for this request. Used to match the response with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ An administrative unit for allocating capacity and enforcing an authentication/a

#### Subscription

A lease on a [topic](#topic) established by a group of [consumers](#consumer). Pulsar has three subscription
modes (exclusive, shared, and failover).
A lease on a [topic](#topic) established by a group of [consumers](#consumer). Pulsar has four subscription
modes (exclusive, shared, failover and key_shared).

#### Pub-Sub

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ message CommandSubscribe {
Parameters:
* `topic` → Complete topic name to where you want to create the consumer on
* `subscription` → Subscription name
* `subType` → Subscription type: Exclusive, Shared, Failover
* `subType` → Subscription type: Exclusive, Shared, Failover, Key_Shared
* `consumer_id` → Client generated consumer identifier. Needs to be unique
within the same connection
* `request_id` → Identifier for this request. Used to match the response with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ An administrative unit for allocating capacity and enforcing an authentication/a

#### Subscription

A lease on a [topic](#topic) established by a group of [consumers](#consumer). Pulsar has three subscription
modes (exclusive, shared, and failover).
A lease on a [topic](#topic) established by a group of [consumers](#consumer). Pulsar has four subscription
modes (exclusive, shared, failover and key_shared).

#### Pub-Sub

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ message CommandSubscribe {
Parameters:
* `topic` → Complete topic name to where you want to create the consumer on
* `subscription` → Subscription name
* `subType` → Subscription type: Exclusive, Shared, Failover
* `subType` → Subscription type: Exclusive, Shared, Failover, Key_Shared
* `consumer_id` → Client generated consumer identifier. Needs to be unique
within the same connection
* `request_id` → Identifier for this request. Used to match the response with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ An administrative unit for allocating capacity and enforcing an authentication/a

#### Subscription

A lease on a [topic](#topic) established by a group of [consumers](#consumer). Pulsar has three subscription
modes (exclusive, shared, and failover).
A lease on a [topic](#topic) established by a group of [consumers](#consumer). Pulsar has four subscription
modes (exclusive, shared, failover and key_shared).

#### Pub-Sub

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ message CommandSubscribe {
Parameters:
* `topic` → Complete topic name to where you want to create the consumer on
* `subscription` → Subscription name
* `subType` → Subscription type: Exclusive, Shared, Failover
* `subType` → Subscription type: Exclusive, Shared, Failover, Key_Shared
* `consumer_id` → Client generated consumer identifier. Needs to be unique
within the same connection
* `request_id` → Identifier for this request. Used to match the response with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ An administrative unit for allocating capacity and enforcing an authentication/a

#### Subscription

A lease on a [topic](#topic) established by a group of [consumers](#consumer). Pulsar has three subscription
modes (exclusive, shared, and failover).
A lease on a [topic](#topic) established by a group of [consumers](#consumer). Pulsar has four subscription
modes (exclusive, shared, failover and key_shared).

#### Pub-Sub

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ message CommandSubscribe {
Parameters:
* `topic` → Complete topic name to where you want to create the consumer on
* `subscription` → Subscription name
* `subType` → Subscription type: Exclusive, Shared, Failover
* `subType` → Subscription type: Exclusive, Shared, Failover, Key_Shared
* `consumer_id` → Client generated consumer identifier. Needs to be unique
within the same connection
* `request_id` → Identifier for this request. Used to match the response with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ An administrative unit for allocating capacity and enforcing an authentication/a

#### Subscription

A lease on a [topic](#topic) established by a group of [consumers](#consumer). Pulsar has three subscription
modes (exclusive, shared, and failover).
A lease on a [topic](#topic) established by a group of [consumers](#consumer). Pulsar has four subscription
modes (exclusive, shared, failover and key_shared).

#### Pub-Sub

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ message CommandSubscribe {
Parameters:
* `topic` → Complete topic name to where you want to create the consumer on
* `subscription` → Subscription name
* `subType` → Subscription type: Exclusive, Shared, Failover
* `subType` → Subscription type: Exclusive, Shared, Failover, Key_Shared
* `consumer_id` → Client generated consumer identifier. Needs to be unique
within the same connection
* `request_id` → Identifier for this request. Used to match the response with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ An administrative unit for allocating capacity and enforcing an authentication/a

#### Subscription

A lease on a [topic](#topic) established by a group of [consumers](#consumer). Pulsar has three subscription
modes (exclusive, shared, and failover).
A lease on a [topic](#topic) established by a group of [consumers](#consumer). Pulsar has four subscription
modes (exclusive, shared, failover and key_shared).

#### Pub-Sub

Expand Down

0 comments on commit 27d6625

Please sign in to comment.