-
Please kindly implement option to return full answer from backend repository to end user in case of status code different than 200.
Currently knotx returns custom error page obfuscating where the i…
-
We use a cookbook to setup Knot.x instances. We should provide a documentation which specifies what JVM paramters are recommended.
We validated Knot.x with:
```
java version "1.8.0_131"
Java(TM…
-
Please add cache for compiled Handlebars temaplates. Key in this map should be calculated based on fragment content (String), value - compiled snippet.
Required params:
- cache TTL
- cache max si…
-
Currently, when a developer creates a dynamic snippet it must be surrounded by:
`[...]`. While in most cases this is super fine, there are cases where this limitation may be problematic. For instance,…
-
Add a feature to deploy the extension to a remote location with a single command.
-
Vert.x creates some temporaty catalogues for caches, uploaded files. We can override catalogue for templates with `-Dvertx.cacheDirBase=/opt/knotx/main/.vertx` but we are not able to specify catalogue…
-
Assembler module uses pattern matching while fragments assembling. It is not good idea for large fragments from performance perspective.
```
public enum UnprocessedFragmentStrategy {
...
…
-
-
## Steps to reproduce
* deploy knot.x extension that handles `POST /services/search/products/details` requests
* make sure routing is configured accordingly (take a look at config snippet below)
…
-
Currently it's not possible to specify module version that should be loaded upon knot.x start.
Let's say we have the following setup:
* knot.x config
```json
{
"config": {
"...…