Hello, I'm wondering why the timePeriodMillis option has been removed for the throttle EIP.
I have an endpoint that can only receive about 5 requests per minute, else the request will fail. I accounted for that by using a timePeriodMillis setting of 60000 ms and a throttle value of 4. Now with the updated Throttle EIP I can't do that anymore. The upgrade guide suggests that the default time period is 1000 ms now, but obviously I can't work with that: https://camel.apache.org/manual/camel-4x-upgrade-guide-4_3.html#_throttle_eip Any suggestions? Best regards