Skip to content

Commit

Permalink
Merge pull request #37535 from gsmet/fix-snappy-typo
Browse files Browse the repository at this point in the history
Fix Snappy note about native
  • Loading branch information
gsmet committed Dec 5, 2023
2 parents 06428e3 + ed014f6 commit b35bb0c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/src/main/asciidoc/kafka.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1952,10 +1952,8 @@ mp.messaging.outgoing.fruit-out.compression.type=snappy
----

In JVM mode, it will work out of the box.
However, to compile your application to a native executable, you need to:

1. Uses GraalVM 21.+
2. Add `quarkus.kafka.snappy.enabled=true` to your `application.properties`
However, to compile your application to a native executable, you need to
add `quarkus.kafka.snappy.enabled=true` to your `application.properties`.

In native mode, Snappy is disabled by default as the use of Snappy requires embedding a native library and unpacking it when the application starts.

Expand Down

0 comments on commit b35bb0c

Please sign in to comment.