Skip to content

Conversation

rayokota
Copy link
Member

@rayokota rayokota commented Apr 28, 2025

Fixes #299

What

Checklist

  • Contains customer facing changes? Including API/behavior changes
  • Did you add sufficient unit test and/or integration test coverage for this PR?
    • If not, please explain why it is not required

References

JIRA:

Test & Review

Open questions / Follow-ups

@Copilot Copilot AI review requested due to automatic review settings April 28, 2025 17:26
@rayokota rayokota requested review from a team as code owners April 28, 2025 17:26
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a bug during JSON deserialization by ensuring that asynchronous rule execution is properly awaited.

  • Fix missing await in rule execution to prevent unintended asynchronous behavior.
  • Ensure the message is processed only after rule execution completes.

@rayokota rayokota merged commit d96bba5 into master Apr 28, 2025
1 of 2 checks passed
@rayokota rayokota deleted the missing-await branch April 28, 2025 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue noticed in upgrading from SchemaRegistry 1.1 -> 1.3.1
2 participants