Skip to content

Commit

Permalink
Update javadoc.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wavejumper committed Jan 8, 2025
1 parent 5377f61 commit 6675620
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions scripts/javadoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
set -euo pipefail
IFS=$'\n\t'

mkdir -p target/javadoc-out

# Run the javadoc command with the -quiet option
OUTPUT=`javadoc -quiet -classpath "$(lein classpath)" -Xdoclint:all -d target/javadoc-out $(find src -name "*.java") 2>&1`

Expand Down
2 changes: 1 addition & 1 deletion src/java/io/factorhouse/kpow/key/ClientIdKeyStrategy.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* <p>This strategy simplifies the configuration process by relying solely on the client ID
* and application ID, eliminating the need for a Kafka {@link org.apache.kafka.clients.admin.AdminClient}.
* It is particularly suitable for constrained environments where creating an {@code AdminClient}
* may not be feasible or appropriate due to resource limitations or security concerns.</p>
* may not be feasible or appropriate due to security concerns.</p>
*
* <p><b>Important:</b> In a multi-cluster Kpow deployment, where the same application ID and client ID
* are used across multiple environments (e.g., staging, development, production), this strategy
Expand Down

0 comments on commit 6675620

Please sign in to comment.