service-capacity-modeling 0.3.86__py3-none-any.whl → 0.3.88__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- service_capacity_modeling/models/org/netflix/kafka.py +0 -3
- {service_capacity_modeling-0.3.86.dist-info → service_capacity_modeling-0.3.88.dist-info}/METADATA +1 -1
- {service_capacity_modeling-0.3.86.dist-info → service_capacity_modeling-0.3.88.dist-info}/RECORD +7 -7
- {service_capacity_modeling-0.3.86.dist-info → service_capacity_modeling-0.3.88.dist-info}/WHEEL +0 -0
- {service_capacity_modeling-0.3.86.dist-info → service_capacity_modeling-0.3.88.dist-info}/entry_points.txt +0 -0
- {service_capacity_modeling-0.3.86.dist-info → service_capacity_modeling-0.3.88.dist-info}/licenses/LICENSE +0 -0
- {service_capacity_modeling-0.3.86.dist-info → service_capacity_modeling-0.3.88.dist-info}/top_level.txt +0 -0
|
@@ -79,7 +79,6 @@ def _estimate_kafka_requirement( # pylint: disable=too-many-positional-argument
|
|
|
79
79
|
copies_per_region: int,
|
|
80
80
|
hot_retention_seconds: float,
|
|
81
81
|
zones_per_region: int = 3,
|
|
82
|
-
required_zone_size: Optional[int] = None,
|
|
83
82
|
) -> Tuple[CapacityRequirement, Tuple[str, ...]]:
|
|
84
83
|
"""Estimate the capacity required for one zone given a regional desire
|
|
85
84
|
|
|
@@ -119,7 +118,6 @@ def _estimate_kafka_requirement( # pylint: disable=too-many-positional-argument
|
|
|
119
118
|
if (
|
|
120
119
|
current_zonal_capacity
|
|
121
120
|
and current_zonal_capacity.cluster_instance
|
|
122
|
-
and required_zone_size is not None
|
|
123
121
|
and desires.current_clusters is not None
|
|
124
122
|
):
|
|
125
123
|
# zonal_requirements_from_current uses the midpoint utilization of the
|
|
@@ -287,7 +285,6 @@ def _estimate_kafka_cluster_zonal( # noqa: C901
|
|
|
287
285
|
zones_per_region=zones_per_region,
|
|
288
286
|
copies_per_region=copies_per_region,
|
|
289
287
|
hot_retention_seconds=hot_retention_seconds,
|
|
290
|
-
required_zone_size=required_zone_size,
|
|
291
288
|
)
|
|
292
289
|
|
|
293
290
|
# Account for sidecars and base system memory
|
{service_capacity_modeling-0.3.86.dist-info → service_capacity_modeling-0.3.88.dist-info}/RECORD
RENAMED
|
@@ -63,7 +63,7 @@ service_capacity_modeling/models/org/netflix/entity.py,sha256=VHgEwnGtJAKlhvbE2k
|
|
|
63
63
|
service_capacity_modeling/models/org/netflix/evcache.py,sha256=x8KwoULVpDm8UXLXEXfH8_zvoBDs8jSfOQLkaWKFcOg,25654
|
|
64
64
|
service_capacity_modeling/models/org/netflix/graphkv.py,sha256=7ncEhx9lLsN_vGIKNHkvWfDdKffG7cYe91Wr-DB7IjU,8659
|
|
65
65
|
service_capacity_modeling/models/org/netflix/iso_date_math.py,sha256=oC5sgIXDqwOp6-5z2bdTkm-bJLlnzhqcONI_tspHjac,1137
|
|
66
|
-
service_capacity_modeling/models/org/netflix/kafka.py,sha256=
|
|
66
|
+
service_capacity_modeling/models/org/netflix/kafka.py,sha256=JwiRsXOK5hYEr2YZL0SpHK2Z61PhbrItHXitAPdzty8,25514
|
|
67
67
|
service_capacity_modeling/models/org/netflix/key_value.py,sha256=WH8NblHqHwnAAumB2Zz1Qd4NBFWDQEQ1rpBcP3fVVQk,9409
|
|
68
68
|
service_capacity_modeling/models/org/netflix/postgres.py,sha256=LBxDqkc-lYxDBu2VwNLuf2Q4o4hU3jPwu4YSt33Oe-8,4128
|
|
69
69
|
service_capacity_modeling/models/org/netflix/rds.py,sha256=8GVmpMhTisZPdT-mP1Sx5U7VAF32lnTI27iYPfGg9CY,10930
|
|
@@ -77,9 +77,9 @@ service_capacity_modeling/tools/auto_shape.py,sha256=Jx9H2ay9-H_kUDjtB141owQNxGF
|
|
|
77
77
|
service_capacity_modeling/tools/fetch_pricing.py,sha256=Qp-XMymkY1dvtyS51RufmEpfgOHv-IQ-XyzS8wp2-qM,4021
|
|
78
78
|
service_capacity_modeling/tools/generate_missing.py,sha256=F7YqvMJAV4nZc20GNrlIsnQSF8_77sLgwYZqc5k4LDg,3099
|
|
79
79
|
service_capacity_modeling/tools/instance_families.py,sha256=e5RuYkCLUITvsAazDH12B6KjX_PaBsv6Ne3mj0HK_sQ,9223
|
|
80
|
-
service_capacity_modeling-0.3.
|
|
81
|
-
service_capacity_modeling-0.3.
|
|
82
|
-
service_capacity_modeling-0.3.
|
|
83
|
-
service_capacity_modeling-0.3.
|
|
84
|
-
service_capacity_modeling-0.3.
|
|
85
|
-
service_capacity_modeling-0.3.
|
|
80
|
+
service_capacity_modeling-0.3.88.dist-info/licenses/LICENSE,sha256=nl_Lt5v9VvJ-5lWJDT4ddKAG-VZ-2IaLmbzpgYDz2hU,11343
|
|
81
|
+
service_capacity_modeling-0.3.88.dist-info/METADATA,sha256=tJJaylvAZ5SfJqXD8F_Sz_HgEO2-Q0Z9HBuUmPKguVU,10366
|
|
82
|
+
service_capacity_modeling-0.3.88.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
83
|
+
service_capacity_modeling-0.3.88.dist-info/entry_points.txt,sha256=ZsjzpG5SomWpT1zCE19n1uSXKH2gTI_yc33sdl0vmJg,146
|
|
84
|
+
service_capacity_modeling-0.3.88.dist-info/top_level.txt,sha256=H8XjTCLgR3enHq5t3bIbxt9SeUkUT8HT_SDv2dgIT_A,26
|
|
85
|
+
service_capacity_modeling-0.3.88.dist-info/RECORD,,
|
{service_capacity_modeling-0.3.86.dist-info → service_capacity_modeling-0.3.88.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|