-
Task
-
Resolution: Done
-
Normal
-
None
-
None
-
None
-
3
-
False
-
None
-
False
-
Yes
-
---
-
---
-
MK - Sprint 221
WHAT
The KafkaRequest schema contains the following fields providing information on the instance size limits:
- egress_throughput_per_sec
- ingress_throughput_per_sec
- instance_type_name
- max_connection_attempts_per_sec
- max_data_retention_period
- max_partitions
- total_max_connections
These fields should be deprecated.
The KafkaRequest schema is used as the schema for the response of the following endpoints:
- GET /kafkas
- POST /kafkas
- GET /kafkas/{id}
- PATCH /kafkas/ {id}
WHY
This information is already provided in the getInstanceTypesByCloudProviderAndRegion endpoint.
HOW
- add deprecated: true to the following fields above in the KafkaRequest schema in the public KAS Fleet Manager openapi spec.
- add a description to the field if one doesn't exist. Ensure that this mentions the correct field to use in the getInstanceTypesByCloudProviderAndRegion endpoint.
DONE
- Fields listed above are marked as deprecated in the KafkaRequest schema.
Guidelines
The following steps should be adhered to:
- Required tests should be put in place - unit, integration, manual test cases (if necessary)
- CI and all relevant tests passing
- Changes have been verified by one additional reviewer against:
- each required environment
- each supported upgrade path
- If the changes could have an impact on the clients (either UI or CLI), a JIRA should be created for making the required changes on the client side and acknowledged by one of the client side team members. PR has been merged
- blocks
-
MGDSTRM-8969 Remove deprecated size limits in the KafkaRequest schema
- Backlog
- is related to
-
MGDSTRM-8969 Remove deprecated size limits in the KafkaRequest schema
- Backlog