File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525*** xref:ROOT:astream-subscriptions-keyshared.adoc[]
2626* xref:developing:astream-cdc.adoc[]
2727* xref:developing:gpt-schema-translator.adoc[]
28- * xref:streaming-learning:pulsar-io:connectors/index.adoc[IO connectors^ ]
28+ * xref:streaming-learning:pulsar-io:connectors/index.adoc[IO connectors]
2929
3030.Operations
3131* xref:operations:astream-limits.adoc[]
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ await using var producer = client.NewProducer(Schema.String)
7979.Program.cs
8080[source,csharp]
8181----
82- _ = await producer.Send("Hello World"); // Send a message and ignore the returned MessageId
82+ await producer.Send("Hello World"); // Send a message and ignore the returned MessageId
8383Console.WriteLine("Sent message");
8484----
8585
You can’t perform that action at this time.
0 commit comments