Skip to content

Commit 51623eb

Browse files
authoredMar 27, 2025··
Update kafka-integration.md (#2712)
Change links von provectuslabs to Kafbat
1 parent 2853080 commit 51623eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/messaging/kafka-integration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The <xref:Aspire.Hosting.ResourceBuilderExtensions.WithReference%2A> method conf
5656
5757
### Add Kafka UI
5858

59-
To add the [Kafka UI](https://hub.docker.com/r/provectuslabs/kafka-ui) to the Kafka server resource, call the <xref:Aspire.Hosting.KafkaBuilderExtensions.WithKafkaUI*> method:
59+
To add the [Kafka UI](https://hub.docker.com/r/kafbat/kafka-ui) to the Kafka server resource, call the <xref:Aspire.Hosting.KafkaBuilderExtensions.WithKafkaUI*> method:
6060

6161
```csharp
6262
var builder = DistributedApplication.CreateBuilder(args);
@@ -70,7 +70,7 @@ builder.AddProject<Projects.ExampleProject>()
7070
// After adding all resources, run the app...
7171
```
7272

73-
The Kafka UI is a free, open-source web UI to monitor and manage Apache Kafka clusters. .NET Aspire adds another container image [`docker.io/provectuslabs/kafka-ui`](https://hub.docker.com/r/provectuslabs/kafka-ui) to the app host that runs the Kafka UI.
73+
The Kafka UI is a free, open-source web UI to monitor and manage Apache Kafka clusters. .NET Aspire adds another container image [`docker.io/kafbat/kafka-ui`](https://hub.docker.com/r/kafbat/kafka-ui) to the app host that runs the Kafka UI.
7474

7575
### Change the Kafka UI host port
7676

0 commit comments

Comments
 (0)
Please sign in to comment.