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

Update the ADR-38 to address no file based streaming. #10337

Closed
4 tasks done
robert-zaremba opened this issue Oct 11, 2021 · 1 comment
Closed
4 tasks done

Update the ADR-38 to address no file based streaming. #10337

robert-zaremba opened this issue Oct 11, 2021 · 1 comment
Labels
T: ADR An issue or PR relating to an architectural decision record

Comments

@robert-zaremba
Copy link
Collaborator

Summary

Structures outlined in ADR-38 miss non-file based streaming support.

Problem Definition

In current version of ADR-38 we assume that each transaction is encoded in a separate file. This makes it possible to decode the transaction. However, in a service to service streaming we need clarify transaction bounds.

Proposal

Define a structure (probably a trivial one) to support wire streaming.

CC: @i-norden


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@tac0turtle
Copy link
Member

we updated the adr from when it was written closing this as its not applicable.

We support both file based streaming and wire through hashicorp plugins

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: ADR An issue or PR relating to an architectural decision record
Projects
None yet
Development

No branches or pull requests

2 participants