Updated asciidoc to use spring-asciidoctor-backends.

Fix unit tests.
This commit is contained in:
Corneil du Plessis
2023-06-19 10:18:21 +02:00
parent 9ffa869291
commit db117de387
35 changed files with 248 additions and 181 deletions

View File

@@ -5,12 +5,16 @@ Transformer processor allows you to convert the message payload structure based
Here is an example of how you can run this application.
`java -jar transform-processor-kafka-<version>.jar --spel.function.expression=payload.toUpperCase()`
[source,shell]
....
java -jar transform-processor-kafka-<version>.jar \
--spel.function.expression=payload.toUpperCase()
....
Change kafka to rabbit if you want to run it against RabbitMQ.
=== Payload
== Payload
The incoming message can contain any type of payload.