We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f57fec commit 8c72776Copy full SHA for 8c72776
CHANGELOG/CHANGELOG-1.0.md
@@ -0,0 +1,11 @@
1
+# Changelog since v1.0
2
+
3
+## Notable Changes
4
5
+- Auto-scaling of gRPC-workers with both scale-up and scale-down functionality supported by `rest-server`.
6
+- gRPC spawned port logging.
7
+- Multi-threaded support for asynchronous functioning of `gRPC Client` within `rest-server`.
8
+- Server configuration available within `rest-server`:
9
+ - number of servers to be spawn
10
+ - deadline in millisecond
11
+ - deadline foot-printing delta
CHANGELOG/README.md
@@ -0,0 +1,3 @@
+# CHANGELOGs
+- [CHANGELOG-1.0.md]()
rest-server/src/main/resources/public/index.html
0 commit comments