Hello, Sorry for frequent questions. This is a question about 'reactive' mode.
1. As far as I understand, though I've setup `scheduler-mode: reactive`, it will not change parallelism automatically by itself, by CPU usage or Kafka consumer rate. It needs additional resource monitor features (such as Horizontal Pod Autoscaler, or else). Is this correct? 2. Is it possible to create a custom resource monitor provider application? For example, if I want to increase/decrease parallelism by Kafka consumer rate, do I need to send specific API from outside, to order rescaling? 3. If 2 is correct, what is the difference when using 'reactive' mode? Because as far as I think, calling a specific API will rescale either using 'reactive' mode or not...(or is the API just working based on this mode)? Thanks. Regards