This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new b27d46d575f CAMEL-20111: Update docs
b27d46d575f is described below
commit b27d46d575ffcd8ab298ef8ff78be3f21c5428d2
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Nov 13 20:42:39 2023 +0100
CAMEL-20111: Update docs
---
.../src/main/docs/modules/eips/pages/serviceCall-eip.adoc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/core/camel-core-engine/src/main/docs/modules/eips/pages/serviceCall-eip.adoc
b/core/camel-core-engine/src/main/docs/modules/eips/pages/serviceCall-eip.adoc
index d72ffb6da59..9397a2630bc 100644
---
a/core/camel-core-engine/src/main/docs/modules/eips/pages/serviceCall-eip.adoc
+++
b/core/camel-core-engine/src/main/docs/modules/eips/pages/serviceCall-eip.adoc
@@ -7,7 +7,8 @@
:deprecated: *deprecated*
:tabs-sync-option:
-IMPORTANT: The Service Call EIP is deprecated in Camel 3.x and removed in
Camel 4 onwards.
+IMPORTANT: The Service Call EIP is deprecated in Camel 3.x and will be removed
in a future Camel release. There is no direct replacement.
+If you use Kubernetes then services can be called directly by name.
How can I call a remote service in a distributed system where the service is
looked up from a service registry of some sorts?