This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch azure-prop in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git
commit 7d48fa0c61956d8b12f9b6be86545f8d07922a1e Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Nov 5 09:13:32 2021 +0100 Kafka Azure Storage Profiling Example: Updated README --- profiling/kafka-azure-storage-blob/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiling/kafka-azure-storage-blob/README.md b/profiling/kafka-azure-storage-blob/README.md index 2305c80..c1cf0d4 100644 --- a/profiling/kafka-azure-storage-blob/README.md +++ b/profiling/kafka-azure-storage-blob/README.md @@ -1,6 +1,6 @@ # Kafka to Azure Storage Blob -In the routes.yaml file, set correctly the Azure credentials for storage blob. +In the application.properties file, set correctly the Azure credentials for storage blob. Also you'll need to run a Kafka cluster to point to. In this case you could use an ansible role like https://github.com/oscerd/kafka-ansible-role
