@@ -28,7 +28,7 @@ a Kafka Service offered by a cloud provider.
28
28
29
29
A key concept in Kroxylicious is the Filter. It is these that layer additional behaviours into the Kafka system.
30
30
31
- | ![ image] ( /assets/pages/overview.png ) {: width ="100%"} |
31
+ | ![ image] ({{' /assets/pages/images/ overview.png' | absolute_url}} ){: width ="100%"} |
32
32
| :---------------------------------------------------:|
33
33
| * Overview* |
34
34
@@ -42,9 +42,9 @@ their response counterparts, or both.
42
42
Kroxylicious ships with some pre-built filters of its own (see [ use-cases] ( ../use-cases ) ). There is also the Filter API
43
43
that lets you build custom filters, to fit your own use-case.
44
44
45
- | ![ image] ( /assets/pages/filter.png ) {: width ="100%"} |
46
- | :-------------------------------------------------:|
47
- | * Request/Response Filtering* |
45
+ | ![ image] ({{' /assets/pages/images/ filter.png' | absolute_url}} ){: width ="100%"} |
46
+ | :---------------------------------------------------- :|
47
+ | * Request/Response Filtering* |
48
48
49
49
50
50
##### Filter Chains
@@ -54,10 +54,9 @@ Filters are composable, meaning you can chain filters together to build complex
54
54
For example, you may choose to build a filter chain compromising a policy enforcement filter together with an
55
55
audit filter to suit the requirements of your use-case.
56
56
57
-
58
- | ![ image] ( /assets/pages/filter-chain.png ) {: width ="100%"} |
59
- | :----------------------------------------------------:|
60
- | * Filter Chains* |
57
+ | ![ image] ({{'/assets/pages/images/filter-chain.png' | absolute_url}}){: width ="100%"} |
58
+ | :----------------------------------------------------------:|
59
+ | * Filter Chains* |
61
60
62
61
##### Performance
63
62
0 commit comments