File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,12 @@ These are some of the common use cases for creating multiple kernels:
22
22
one would only respond to the API requests, loading less bundles and enabling
23
23
less features;
24
24
* 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.
28
31
29
32
Adding a new Kernel to the Application
30
33
--------------------------------------
You can’t perform that action at this time.
0 commit comments