apache / incubator-heron

Apache Heron (Incubating) is a realtime, distributed, fault-tolerant stream processing engine from Twitter
https://heron.apache.org/
Apache License 2.0
3.65k stars 598 forks source link

Replace Helm chart's generic Bookkeeper platform property with specific properties #3798

Closed wromansky closed 2 years ago

wromansky commented 2 years ago

This pull request removes the antiquated use of platform property which assumed certain combinations of Bookkeeper settings based on early incarnations of Kubernetes. This PR will create unique configurable settings for each of the features. This will allow greater flexibility for Heron users choosing to create clusters in Kubernetes.

Fixes #3770