Skip to content

Commit af4ff18

Browse files
committed
Added a new use case related to micro-services
1 parent 2c5aeb1 commit af4ff18

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

request/multiple_kernels.rst

+6-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ These are some of the common use cases for creating multiple kernels:
2222
one would only respond to the API requests, loading less bundles and enabling
2323
less features;
2424
* A highly sensitive application could define two kernels. The first one would
25-
only load the routes that match the parts of the application exposed to the
26-
public. The second kernel would load the rest of the application and its
27-
access would be protected by the web server.
25+
only load the routes that match the parts of the application exposed publicly.
26+
The second kernel would load the rest of the application and its access would
27+
be protected by the web server;
28+
* A micro-services oriented application could define several kernels to
29+
enable/disable services selectively turning a traditional monolith application
30+
into several micro-applications.
2831

2932
Adding a new Kernel to the Application
3033
--------------------------------------

0 commit comments

Comments
 (0)