Skip to content

Commit

Permalink
fix(docs): add note that Basic tier in Event Hub does not support Kaf…
Browse files Browse the repository at this point in the history
…ka protocol (#5018)

* add note that Basic tier in Event Hub does not support Kafka protocol

* Update docs/source/contents/getting-started/kubernetes-installation/security/azure-event-hub-sasl.md

Co-authored-by: Alex Rakowski <20504869+agrski@users.noreply.github.com>

---------

Co-authored-by: Alex Rakowski <20504869+agrski@users.noreply.github.com>
  • Loading branch information
RafalSkolasinski and agrski authored Aug 10, 2023
1 parent 00c2b3b commit edb219d
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@
Seldon Core v2 can integrate with Azure Event Hub via Kafka protocol.

```{warning}
You will need at least `Standard` tier for your Event Hub Namespace as `Basic` tier does not support Kafka protocol.
```

```{warning}
Seldon Core v2 creates 2 Kafka topics for each pipeline and model plus one global topic for errors.
This means that total number of topics will be `2 x (#models + #pipelines) + 1` which will likely exceed the limit of `Basic` and `Standard` tier in Azure Event Hub.
See quota information [here](https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-quotas#basic-vs-standard-vs-premium-vs-dedicated-tiers).
This means that total number of topics will be `2 x (#models + #pipelines) + 1` which will likely exceed the limit of `Standard` tier in Azure Event Hub.
You can find more information on quotas, like the number of partitions per Event Hub, [here](https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-quotas#basic-vs-standard-vs-premium-vs-dedicated-tiers).
```

## Prerequisites
Expand Down

0 comments on commit edb219d

Please sign in to comment.