ironcore-dev / ironcore

Cloud Native Infrastructure as a Service
https://ironcore-dev.github.io/ironcore
Apache License 2.0
25 stars 4 forks source link

Make `ChannelCapacity` configurable in `poollet` #1060

Closed kasabe28 closed 3 months ago

kasabe28 commented 3 months ago

Summary

Currently ChannelCapacity in poollet GeneratorOptions is static here: https://github.com/ironcore-dev/ironcore/blob/main/poollet/irievent/generator.go#L133

But this should be configurable to give more flexibility for different users.

Expected Outcome:

User will be able to configure ChannelCapacity with --channel-capacity flag