forked from allegro/hermes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove avro deserialization fallback ratelimit removed (allegro#1541)
* Remove deserialization fallback using any schema * Check if schemaId exists before avro message deserialization * CR fixes * Do some names refactoring * Improve refreshing schemas by versions and id * Remove unnecessary imports * Add test for ratelimit using schema id checking * Add some cleanup * Add some cleanup * Improve retrying deserialization when schema is missing in consumer process * Add some code cleanup * Add some code cleanup * Remove ratelimiter for schema-registry * Remove unnecessary gradle package
- Loading branch information
Showing
23 changed files
with
317 additions
and
570 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
98 changes: 0 additions & 98 deletions
98
...allegro/tech/hermes/common/message/wrapper/AvroMessageAnySchemaVersionContentWrapper.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 0 additions & 6 deletions
6
...ain/java/pl/allegro/tech/hermes/common/message/wrapper/SchemaOnlineChecksRateLimiter.java
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
...a/pl/allegro/tech/hermes/common/message/wrapper/SchemaOnlineChecksWaitingRateLimiter.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.