oscerd commented on a change in pull request #4180: URL: https://github.com/apache/camel/pull/4180#discussion_r485635298
########## File path: docs/user-manual/modules/ROOT/pages/uuidgenerator.adoc ########## @@ -46,11 +46,15 @@ bean registry to find the bean of the type [[UuidGenerator-Providedimplementations]] == Provided implementations -Camel comes with two implementations of +Camel comes with three implementations of `org.apache.camel.spi.UuidGenerator`: -* `org.apache.camel.support.SimpleUuidGenerator` - This implementation use -internally a `java.util.concurrent.atomic.AtomicLong` and increase the +* `org.apache.camel.support.SimpleUuidGenerator` - This implementation uses +internally a `java.util.concurrent.atomic.AtomicLong` and increases the ID for every call by one. Starting with 1 as the first id. * `org.apache.camel.impl.engine.DefaultUuidGenerator` - This implementation -use a fast unique UUID generation that is cluster safe (similar to uuid generator in ActiveMQ) +uses a fast unique UUID generation that is cluster safe (similar to uuid +generator in ActiveMQ). This is the default implementation in use by Camel. +* `org.apache.camel.support.SimpleUuidGenerator` - This implementation Review comment: This seems to be the same first implementation, I guess ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org