Closed blindspotbounty closed 12 months ago
@swift-server-bot test this please
Hm, something strange happens to build:
15:54:07 /swift-kafka-client/Sources/Kafka/KafkaConsumer.swift:294:58: error: 'makeSequence(elementType:backPressureStrategy:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
15:54:07 let sourceAndSequence = NIOAsyncSequenceProducer.makeSequence(
Seems not related to these changes
Yeah that's caused by our latest NIO release. We have to fix that up as well.
@FranzBusch if I am not wrong, the change is trivial, so I've just put new argument within this PR.
There is an infrastructure for adding benchmark tests for swift-kafka-client.