Skip to content
New issue

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

Kafka Pubsub avro serialization caching default not set #3609

Closed
passuied opened this issue Nov 22, 2024 · 0 comments
Closed

Kafka Pubsub avro serialization caching default not set #3609

passuied opened this issue Nov 22, 2024 · 0 comments
Labels
kind/bug Something isn't working

Comments

@passuied
Copy link
Contributor

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

  • Set up kafka pubsub component with
    • schemaRegistryUrl configured to point to a valid schema registry
    • SchemaRegistryAPIKey and SchemaRegistryAPISecret configured adequately
  • Set up a subscription with this component with valueSchemaType=avro in subscription metadata or publish_metadata
  • When consuming or publishing messages, schema caching will be disabled by default.

Release Note

RELEASE NOTE: FIX Kafka pubsub Avro serialization/deserialization respects caching default = true

@passuied passuied added the kind/bug Something isn't working label Nov 22, 2024
yaron2 added a commit that referenced this issue Nov 28, 2024
Signed-off-by: Patrick Assuied <[email protected]>
Co-authored-by: Yaron Schneider <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant