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

feat(batch): support grpc streaming in xatu output #425

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

mattevans
Copy link
Member

@mattevans mattevans commented Dec 5, 2024

Implements grpc bi-directional streaming into xatu output.

  • The xatu item export now has ExportItemsViaStream alongside its existing ExportItems method.
  • Stream connection is initialised, should it error, any items that fall out of the error will be pushed down the Unary path as a fallback.
  • Should the stream error, attempt to reconnect will take place, with appropriate back-off up to 5 min.
  • As part of this, updates to how shutdown behaviour works, handling ctx cancellation on a stream, etc.

To do:

  • Streaming configuration, max connections, etc.
  • Review of ctx timeouts
  • Metrics
  • Tests

@mattevans mattevans self-assigned this Dec 5, 2024
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.

1 participant