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

[WIP]feat(layotto-lite): use layotto as a sdk ,not a sidecar #312

Closed
wants to merge 1 commit into from

Conversation

seeflood
Copy link
Member

@seeflood seeflood commented Nov 7, 2021

What this PR does:
I want to develop a new go packae called layotto-lite , which aims to give users another choice:
use layotto as a sdk ,not a sidecar

  • refactor go client and remove redundent constructor function
  • make go client easy to do DI(dependency injection)
  • layotto-lite support grpc API without stream
  • add design doc
  • component initialization
  • layotto-lite support grpc stream
  • layotto-lite support appcallback
  • add examples
  • split layotto into two modules
  • make layotto-lite smaller
  • add doc

RPC api won't be involved in this first PR

Why I want to do this:
See section 5 in #309

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


@seeflood seeflood changed the title layotto-lite: use layotto as a sdk ,not a sidecar [WIP]feat(layotto-lite): use layotto as a sdk ,not a sidecar Nov 7, 2021
@codecov
Copy link

codecov bot commented Nov 7, 2021

Codecov Report

Merging #312 (09ae2ba) into main (7a133d2) will not change coverage.
The diff coverage is n/a.

❗ Current head 09ae2ba differs from pull request most recent head b0c2f48. Consider uploading reports for the commit b0c2f48 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##             main     #312   +/-   ##
=======================================
  Coverage   56.65%   56.65%           
=======================================
  Files          48       48           
  Lines        2058     2058           
=======================================
  Hits         1166     1166           
  Misses        769      769           
  Partials      123      123           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7a133d2...b0c2f48. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant