You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Andro999b
changed the title
NUID generate the same consumers names for native compiled executable
NUID generate same consumers names for native compiled executable
Dec 6, 2024
Don't know if this Quarkus specific or not. But NUID have static global instance that will be initialized at build time by default (This can be checked in GraalVM class initilization report target/native-build-1.0.0-SNAPSHOT-native-image-source-jar/reports). Call to the RandomUtils(initialized at runtime) does not matter here because GraalVM does inline methods during compilation.
Proposed change
Reflect in DOCS that
io.nats.client.NUID
should be initialized at runtime as well:Use case
Native compiled executables.
Contribution
No response
The text was updated successfully, but these errors were encountered: