Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaf4ff18

Browse files
committed
Added a new use case related to micro-services
1 parent2c5aeb1 commitaf4ff18

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

‎request/multiple_kernels.rst‎

Lines changed: 6 additions & 3 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp