Skip to content

Commit

Permalink
add note that Basic tier in Event Hub does not support Kafka protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSkolasinski committed Jul 12, 2023
1 parent d91a092 commit f3b1e6d
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@
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.
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.
See quota information [here](https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-quotas#basic-vs-standard-vs-premium-vs-dedicated-tiers).
```

Expand Down

0 comments on commit f3b1e6d

Please sign in to comment.