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 a976b167d5f85628123243efee697ce5d49f99be Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Jan 26 09:29:45 2021 +0100 Camel-AWS2-Kinesis Firehose: Removed automatic detection of client section, since we now have autowired --- .../src/main/docs/aws2-kinesis-firehose-component.adoc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/components/camel-aws2-kinesis/src/main/docs/aws2-kinesis-firehose-component.adoc b/components/camel-aws2-kinesis/src/main/docs/aws2-kinesis-firehose-component.adoc index 0280d47..e0390cb 100644 --- a/components/camel-aws2-kinesis/src/main/docs/aws2-kinesis-firehose-component.adoc +++ b/components/camel-aws2-kinesis/src/main/docs/aws2-kinesis-firehose-component.adoc @@ -197,12 +197,6 @@ http://docs.aws.amazon.com/firehose/latest/APIReference/API_PutRecord.html#API_P |======================================================================= -== Automatic detection of AmazonKinesisFirehose client in registry - -The component is capable of detecting the presence of an FirehoseClient 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.