Franz Busch
Franz Busch
So in general anytime you have to access the underlying rdkafka error we have to think about wether we either need to handle that error inside our library here and...
We should probably look into providing a transactional producer for this.
Can you try to use the branch from this PR: https://github.com/swift-server/swift-kafka-client/pull/155
I think we can easily add this. We just need to parse the headers out of the underlying rd message pointer. Feel free to open a PR.
Could you elaborate why we might want to do this? Are you running into any problems with the current behaviour?
Thanks for opening this up. Going to tag @glbrntt here since he build most of the `NIOFileSystem` stuff.
Implemented in https://github.com/apple/swift-nio/pull/2735
cc @compnerd This should fix your Windows issue hopefully
@swift-ci please test
With the latest changes I think we only have a problem on `distantPast` we are not getting `0000-01-01` but `0000-12-30`. I guess we are missing some leap days here. @Lukasa...