@@ -28,7 +28,7 @@ a Kafka Service offered by a cloud provider.
2828
2929A key concept in Kroxylicious is the Filter. It is these that layer additional behaviours into the Kafka system.
3030
31- | ![ image] ( /assets/pages/overview.png ) {: width ="100%"} |
31+ | ![ image] ({{' /assets/pages/images/ overview.png' | absolute_url}} ){: width ="100%"} |
3232| :---------------------------------------------------:|
3333| * Overview* |
3434
@@ -42,9 +42,9 @@ their response counterparts, or both.
4242Kroxylicious ships with some pre-built filters of its own (see [ use-cases] ( ../use-cases ) ). There is also the Filter API
4343that lets you build custom filters, to fit your own use-case.
4444
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* |
4848
4949
5050##### Filter Chains
@@ -54,10 +54,9 @@ Filters are composable, meaning you can chain filters together to build complex
5454For example, you may choose to build a filter chain compromising a policy enforcement filter together with an
5555audit filter to suit the requirements of your use-case.
5656
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* |
6160
6261##### Performance
6362
0 commit comments