-
Sub-task
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
None
-
False
-
None
-
False
-
No
-
MGDSRVS-346 - Autoscaling of OpenShift Streams Data Plane
-
---
-
---
-
MK - Sprint 222
WHAT
Reassign kafka to a new cluster, this may be done from https://github.com/bf2fc6cc711aee1a0c2a/kas-fleet-manager/blob/main/internal/kafka/internal/workers/kafka_mgrs/provisioning_kafkas_mgr.go#L45
WHY
Kafka may be reassigned to cluster with adequate resources.
HOW
- Reassign clusterID, BootstrapServerHost, kafka field versions
- Addition of BootstrapServerHost may be similar to this: https://github.com/bf2fc6cc711aee1a0c2a/kas-fleet-manager/blob/main/internal/kafka/internal/services/kafka.go#L390
- Addition of kafka fields may be similar to this: https://github.com/bf2fc6cc711aee1a0c2a/kas-fleet-manager/blob/main/internal/kafka/internal/workers/kafka_mgrs/accepted_kafkas_mgr.go#L88
DONE
- ClusterID, BootstrapServerHost, kafka field versions are reassigned
- Unit tests added and passing