Michał Bryłka

Results 7 comments of Michał Bryłka

@deuko which commands (like openssl CLI) are you using to extract root CA certs to a file ?

@deuko thanks, we did the same. Sadly it did not work. Apparently we are using some old and weak ciphers. Anybody knows how can we convince Confluent.Kafka to use legacy...

as per `data.ToArray();` this is copied from documentation: _Copies the contents of this read-only span into a new array. This heap allocates, so should generally be avoided, however it is...

Hello Team would you like me to provide a pull request with a solution ?

hi, would you like to accept a PR with improved serializer and deserializer ?

Hi, I took the liberty of creating an efficient deserializer for both sync and async version: [EfficientProtobufDeserializer](https://github.com/nemesissoft/KafkaProtobufSyncOverAsyncPerf/blob/main/KafkaDeserPerf/Deserializers/EfficientProtobufDeserializer.cs) Would you like me to create a pull request for your codebase with...

@mhowlett let me know if/when I should prepare a PR. Code itself is ready