Skip to content

Commit

Permalink
Fix version check to be against all subjects based on compat level in…
Browse files Browse the repository at this point in the history
…stead of specific version
  • Loading branch information
JohnPreston committed Apr 25, 2024
1 parent fd7e7d8 commit c2c792f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cfn_kafka_admin/lambda_functions/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ def update(self):
schema_def = import_definition(self.get("Definition"))
compatible = registry.post_compatibility_subject_versions(
subject_name=subject,
version_id="latest",
definition=schema_def,
schema_type=serializer,
).json()["is_compatible"]
Expand Down

0 comments on commit c2c792f

Please sign in to comment.