Deng Liu
Deng Liu
Is there any plan to add initialisms rule? >Words in names that are initialisms or acronyms (e.g. "URL" or "NATO") have a consistent case. For example, "URL" should appear as...
Hello, Is there a plan for a code generator based on this library? Thank you.
Can you adapt this tool to support sync between local to azure blobstore (and between s3 to azure blobstore container)with account name and shared access key? Thank you!
Currently, operator just simply shutdown BE node when updating the replica number of BE. This will cause data loss. It should be changed to use [DECOMMISSION](https://docs.starrocks.io/zh-cn/latest/administration/Scale_up_down#%E7%BC%A9%E5%AE%B9-be-%E9%9B%86%E7%BE%A4) to scale-in the cluse....
Ideally, we can use a init container to download the ddprofile binary. and share it with the main container via emptydir. The version can be configurable in values.yaml as well...
Datadog has a nice profile feature that can automate the process of collecting perf data and visualize them nicely on Datadog dashboard. To use this feature in Starrocks, we need...
Have you tested it with [kube-monkey](https://github.com/asobti/kube-monkey) or something similar to ensure failure-resilient ?
BTW, nice work done!