KafkaBuilderExtensions.AddKafka Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a Kafka resource to the application. A container is used for local development. This version the package defaults to the 7.6.1 tag of the confluentinc/confluent-local container image.
public static Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.KafkaServerResource> AddKafka (this Aspire.Hosting.IDistributedApplicationBuilder builder, string name, int? port = default);
static member AddKafka : Aspire.Hosting.IDistributedApplicationBuilder * string * Nullable<int> -> Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.KafkaServerResource>
<Extension()>
Public Function AddKafka (builder As IDistributedApplicationBuilder, name As String, Optional port As Nullable(Of Integer) = Nothing) As IResourceBuilder(Of KafkaServerResource)
Parameters
- name
- String
The name of the resource. This name will be used as the connection string name when referenced in a dependency
Returns
A reference to the IResourceBuilder<T>.