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

Feature: create a function in client which can send logs to db without making a network call #79

Closed
bhagatvansh opened this issue Oct 16, 2023 · 1 comment

Comments

@bhagatvansh
Copy link
Contributor

We need to create one more function in the client like client.NewClientWithServer - which can take the logs and instead of doing a network call and all, directly start the routine to save logs to the DB (the server side routine) and bypass the network call and rest API and send the logs directly to the channel from which it would be sent to the DB.

@vaibhav-kaushal
Copy link
Contributor

#81 closed this one.

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

No branches or pull requests

2 participants