We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When leveraging Kafka Pubsub Avro serialization, caching should be enabled by default with a TTL of 5min
Caching is disabled by default, making performance terrible.
valueSchemaType=avro
publish_metadata
RELEASE NOTE: FIX Kafka pubsub Avro serialization/deserialization respects caching default = true
The text was updated successfully, but these errors were encountered:
Backporting fixes for #3609, #3529 (#3616)
042151e
Signed-off-by: Patrick Assuied <[email protected]> Co-authored-by: Yaron Schneider <[email protected]>
No branches or pull requests
Expected Behavior
When leveraging Kafka Pubsub Avro serialization, caching should be enabled by default with a TTL of 5min
Actual Behavior
Caching is disabled by default, making performance terrible.
Steps to Reproduce the Problem
valueSchemaType=avro
in subscription metadata orpublish_metadata
Release Note
RELEASE NOTE: FIX Kafka pubsub Avro serialization/deserialization respects caching default = true
The text was updated successfully, but these errors were encountered: