You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/01/26 08:20:50 UTC

[camel] 04/12: Camel-AWS2-DDBStreams: Removed automatic detection of client section, since we now have autowired

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 1dcd641c2ddf5f8681fbff1adb25b86c61a6ee52
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 26 09:08:11 2021 +0100

    Camel-AWS2-DDBStreams: Removed automatic detection of client section, since we now have autowired
---
 .../camel-aws2-ddb/src/main/docs/aws2-ddbstream-component.adoc      | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/components/camel-aws2-ddb/src/main/docs/aws2-ddbstream-component.adoc b/components/camel-aws2-ddb/src/main/docs/aws2-ddbstream-component.adoc
index ffba1fe..6b471b1 100644
--- a/components/camel-aws2-ddb/src/main/docs/aws2-ddbstream-component.adoc
+++ b/components/camel-aws2-ddb/src/main/docs/aws2-ddbstream-component.adoc
@@ -174,12 +174,6 @@ outage did not also include DynamoDB itself.
 Given that AWS only retain 24 hours worth of changes, you will have
 missed change events no matter what mitigations are in place.
 
-== Automatic detection of AmazonDynamoDBStreams client in registry
-
-The component is capable of detecting the presence of an AmazonDynamoDBStreams bean into the registry.
-If it's the only instance of that type it will be used as client and you won't have to define it as uri parameter.
-This may be really useful for smarter configuration of the endpoint.
-
 == Dependencies
 
 Maven users will need to add the following dependency to their pom.xml.