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

Use Protocol Buffers to serialize and deserialize commands and responses #7

Merged
merged 17 commits into from
Jan 11, 2024

Conversation

hariso
Copy link
Contributor

@hariso hariso commented Dec 19, 2023

Fixes #5 and fixes #6.

@hariso hariso changed the base branch from haris/impl-processor to haris/command-basics December 19, 2023 13:27
@hariso hariso mentioned this pull request Dec 19, 2023
@hariso hariso marked this pull request as ready for review December 19, 2023 18:30
@hariso hariso requested a review from a team as a code owner December 19, 2023 18:30
go.mod Outdated Show resolved Hide resolved
internal/proto/buf.gen.yaml Outdated Show resolved Hide resolved
internal/proto/buf.yaml Outdated Show resolved Hide resolved
processor.go Show resolved Hide resolved
run/run.go Outdated Show resolved Hide resolved
run/run.go Outdated Show resolved Hide resolved
serde/serde.go Outdated Show resolved Hide resolved
internal/proto/processor/v1/processor.proto Outdated Show resolved Hide resolved
internal/proto/buf.yaml Outdated Show resolved Hide resolved
command.go Outdated Show resolved Hide resolved
internal/proto/buf.lock Outdated Show resolved Hide resolved
Base automatically changed from haris/command-basics to main January 9, 2024 15:55
@lovromazgon
Copy link
Member

I did some refactorings and implemented the remaining commands, I'm merging this so I can push forward and work on top of this.

@lovromazgon lovromazgon merged commit e6f83a7 into main Jan 11, 2024
4 of 5 checks passed
@lovromazgon lovromazgon deleted the haris/protobuf-serde branch January 11, 2024 17:00
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.

Allocate more memory when needed Research serialization options
2 participants