lburgazzoli commented on code in PR #13830:
URL: https://github.com/apache/camel/pull/13830#discussion_r1568527060


##########
docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_6.adoc:
##########
@@ -102,4 +102,28 @@ route:
     uri: "direct:foo"
     steps:
       - to: "mock:bar"
-----
\ No newline at end of file
+----
+
+=== camel-spring-boot
+
+The auto configuration of xref:clustering.adoc[Cluster Service] 
implementations has been moved to dedicated starters:
+
+[%header, cols="1,2"]
+|===
+| Type         | Starter
+| Consul       | camel-consul-cluster-service-starter
+| File         | camel-file-cluster-service-starter
+| Infinispan   | camel-infinispan-cluster-service-starter
+| JGroups Lock | camel-jgroups-cluster-service-starter
+| JGroups Raft | camel-jgroups-raft-cluster-service-starter
+| Kubernetes   | camel-kubernetes-cluster-service-starter
+| Zookepe      | camel-zookeeper-cluster-service-starter

Review Comment:
   done



-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to