-
Sometimes it is nice to know that partition/topic was read to EOF and it is supported by librdkafka.
It should be explicitly enabled with property `enable.partition.eof=true` and error is handled, e.…
-
Currently, swift-kafka-client does not support rebalance callback/event. However, that is pretty important thing to avoid duplicated messages from the broker.
The typical scenario for a lot of applic…
-
### Description
Something I noticed today when using NotificationCenter.notifications is that I cant actually use eraseToStream to type erase because `Notification` does not conform to sendable.
…
-
| | |
|------------------|-----------------|
|Previous ID | SR-15076 |
|Radar | rdar://problem/81980766 |
|Original Repo…
-
Structured Concurrency mandates that upon the return of a function any background work it may have started has completed.
With `HTTPClient.execute(...) async throws` that's clearly not the case as …
-
**Short description of the issue**:
Today I started a [discussion](https://forums.swift.org/t/asyncsequences-and-cooperative-task-cancellation/62657) in the Swift forums regarding cooperative task …
-
I've got a use case where I have an unknown number of `AsyncChannel`s that I want to merge into a single stream of events.
It'd be wonderful if `merge(…)` and friends supported more than an arity …
-
### Question
I am using the excellent [Server side events](https://swiftpackageindex.com/apple/swift-openapi-runtime/1.5.0/documentation/openapiruntime/_concurrency/asyncsequence/asdecodedserversente…
-
# Converting closure-based code into async/await in Swift • Andy Ibanez
[https://www.andyibanez.com/posts/converting-closure-based-code-into-async-await-in-swift/](https://www.andyibanez.com/posts/…
-
**Description**
Returning a value whose type is a parameter pack captured and returned by a nested function or a closure crashes the compiler.
**Steps to reproduce**
1. `git clone https://github.…