LGouellec / kafka-streams-dotnet

.NET Stream Processing Library for Apache Kafka 🚀
https://lgouellec.github.io/kafka-streams-dotnet/
MIT License
453 stars 73 forks source link

Fix/200 #203

Closed LGouellec closed 1 year ago

LGouellec commented 1 year ago

Instanciate a new transformer and processor instance for each partition instead the same instance for all partitions which can cause concurrency issues.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 6 Code Smells

93.4% 93.4% Coverage
0.0% 0.0% Duplication