Akara Sucharitakul
Akara Sucharitakul
@kratosmat We're not in that layer, but there is nothing preventing deploying squbs on Kubernetes and I'm sure users are doing that already. If we have time we'll work on...
Ref: commit# a5885cbe0f4d891f2e0a31f2666d1a4c587ebd53
Essentially, you're suggesting to publish state changes to the event bus and listen to the event bus and expose the state through a view object. Since these state changes are...
The benefit of this model is you can have multiple listeners decoupled from the source of the event. The potential drawback if the state change is the frequent is that...
That's true, unless you care little about the data accuracy, or it is very slow-moving data as you mentioned in some of our use cases. So as long as the...
I'm looking into this issue. We can implement it in the `MaterializationMetricsCollector`. But IMO this should not be an issue for `MaterializationMetricsCollector` but rather in the `JmxReporter`.
These three are totally independent counters. `created` and `terminated` only get incremented. Max is always the current value. `active` gets incremented and decremented. This is where the max makes sense....
That's exactly what I mean, should derivation of the max be a separate counter, or should it be the monitoring infrastructure?
@anilgursel I think you have covered the gaps well. We may identify others over time but I cannot think of anything else just yet. We need to make sure we...
Thank you very much @JaySucharitakul for the PR. Since I needed it in my PR, I have included it into my PR already. Please feel free to close this one.