You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fixes#178 remove open tracing as it is replaced by open telemetry
* add precommit config
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Copy file name to clipboardexpand all lines: README.md
+16-17
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ A fast and light-weight reverse proxy with embedded gateway to wrap third party
12
12
13
13
## Why Reverse Proxy
14
14
15
-
All the services developed on top of light-4j frameworks support [client side service discovery](http://microservices.io/patterns/client-side-discovery.html),
15
+
All the services developed on top of light-4j frameworks support [client side service discovery](http://microservices.io/patterns/client-side-discovery.html),
16
16
load balance and cluster natively. So there is no need to put a reverse proxy instance in front of our
17
17
services like other API frameworks that support only [server side service discovery](http://microservices.io/patterns/server-side-discovery.html).
18
18
19
-
Also, light services embed a distributed gateway to address all the cross-cutting concerns in the
19
+
Also, light services embed a distributed gateway to address all the cross-cutting concerns in the
20
20
request/response chain and work with the ecosystem that consists:
21
21
22
22
*[light-oauth2](https://doc.networknt.com/service/oauth/) for security
@@ -31,14 +31,14 @@ request/response chain and work with the ecosystem that consists:
31
31
Currently, we only support Java language; however, we are planning to support Nodejs and Go in the future
32
32
if there are enough customer demands. For some of our customers, they have some existing RESTful APIs that
33
33
built on top of other Java frameworks or other languages. We've been asked frequently on how to interact
34
-
with these services to/from light services and how to enable security, metrics, logging, discovery,
35
-
validation, sanitization etc. on the existing services.
34
+
with these services to/from light services and how to enable security, metrics, logging, discovery,
35
+
validation, sanitization etc. on the existing services.
36
36
37
-
Our answer is to deploy a reverse proxy built on top of light-4j framework that wraps the existing service.
37
+
Our answer is to deploy a reverse proxy built on top of light-4j framework that wraps the existing service.
38
38
39
39
The reverse proxy has the following features:
40
40
41
-
* High throughput, low latency and small footprint.
41
+
* High throughput, low latency and small footprint.
42
42
* Integrate light-oauth2 to protect un-secured services
#keep alive time out occurs and sidecar consumer does not move forward. Hence we are adding this property so that we can explicitly close the connection
90
90
#when we receive the response and not wait for FinAck.
Copy file name to clipboardexpand all lines: src/test/java/com/networknt/mesh/kafka/handler/ConsumersGroupInstancesInstanceAssignmentsGetHandlerTest.java
+3-4
Original file line number
Diff line number
Diff line change
@@ -63,11 +63,11 @@ public void testConsumersGroupInstancesInstanceAssignmentsGetHandlerTest() throw
0 commit comments