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

Implement protobuf wire protocol and get rid that dependency #5

Closed
tkowalcz opened this issue Nov 15, 2020 · 0 comments · Fixed by #30
Closed

Implement protobuf wire protocol and get rid that dependency #5

tkowalcz opened this issue Nov 15, 2020 · 0 comments · Fixed by #30
Labels
core Relates to Core component

Comments

@tkowalcz
Copy link
Owner

Protobuf increases size of the release jar and has inefficient API that forces us to allocate a lot of Strings. We need to create protobuf message template with enough logic that we can send valid Loki updates without depending on protobuf itself.

@tkowalcz tkowalcz added the core Relates to Core component label Nov 15, 2020
tkowalcz added a commit that referenced this issue Jan 25, 2021
tkowalcz added a commit that referenced this issue Feb 7, 2021
…ations - results are mind blowing. Some improvements based on that test.
tkowalcz added a commit that referenced this issue Feb 7, 2021
…ible hash table (array of shorts) with 16k entries.
tkowalcz added a commit that referenced this issue Feb 7, 2021
@tkowalcz tkowalcz linked a pull request Feb 7, 2021 that will close this issue
@tkowalcz tkowalcz closed this as completed Feb 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Relates to Core component
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant