Spring Cloud Grpc


License

License

Categories

Categories

gRPC Net Networking
GroupId

GroupId

com.github.zz666zz
ArtifactId

ArtifactId

spring-cloud-grpc
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

pom
Description

Description

Spring Cloud Grpc
Spring Cloud Grpc
Project URL

Project URL

https://github.com/zz666zz/spring-cloud-grpc
Source Code Management

Source Code Management

https://github.com/zz666zz/spring-cloud-grpc

Download spring-cloud-grpc

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.zz666zz/spring-cloud-grpc/ -->
<dependency>
    <groupId>com.github.zz666zz</groupId>
    <artifactId>spring-cloud-grpc</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.zz666zz/spring-cloud-grpc/
implementation 'com.github.zz666zz:spring-cloud-grpc:1.0'
// https://jarcasting.com/artifacts/com.github.zz666zz/spring-cloud-grpc/
implementation ("com.github.zz666zz:spring-cloud-grpc:1.0")
'com.github.zz666zz:spring-cloud-grpc:pom:1.0'
<dependency org="com.github.zz666zz" name="spring-cloud-grpc" rev="1.0">
  <artifact name="spring-cloud-grpc" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.zz666zz', module='spring-cloud-grpc', version='1.0')
)
libraryDependencies += "com.github.zz666zz" % "spring-cloud-grpc" % "1.0"
[com.github.zz666zz/spring-cloud-grpc "1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • spring-cloud-grpc-dependencies
  • spring-cloud-grpc-common
  • spring-cloud-grpc-client-core-starter
  • spring-cloud-grpc-server-core-starter
  • spring-cloud-grpc-tracer-jaeger-starter
  • spring-cloud-grpc-discover-zookeeper-starter
  • spring-cloud-grpc-discover-nacos-starter
  • examples

spring-cloud-grpc

springcloud grpc zookeeper nacos jaeger skywalking promethues elasticsearch

Features

  • Combining SpringCloud with grpc
  • On demand dependence: Through the built-in extension mechanism and the external configuration of springboot, the zero coupling between each module is realized

Components

  • spring-cloud-grpc-dependencies: Management version
  • spring-cloud-grpc-server-core-starter: Expose the service through @GrpcService and start the grpc port
  • spring-cloud-grpc-client-core-starter: Reference services through @GrpcStub
  • spring-cloud-grpc-discover-zookeeper-starter: Using zookeeper as the registry [Optional]
  • spring-cloud-grpc-discover-nacos-starter: Using nacos as the registry [Optional]
  • spring-cloud-grpc-tracer-jaeger-starter: Using Jaeger as the implementation of opentracing [Optional]
  • spring-cloud-grpc-metric-micrometer-starter: Using micrometer to measure QPS and TPSand RT [Optional]
  • spring-cloud-grpc-metric-prometheus-starter: Report metric to PrometheusMeterRegistry [Optional]

Versions

Version
1.0