From 4c12e969bfa89583fca630b8241088d9692d1878 Mon Sep 17 00:00:00 2001 From: alyakimenko Date: Wed, 21 Sep 2022 16:38:56 +0300 Subject: [PATCH] add note about key as rawdata --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b89eab..5c78ba9 100644 --- a/README.md +++ b/README.md @@ -63,3 +63,4 @@ The Docker compose file at `test/docker-compose.yml` can be used to run the requ - Concurrency Limit: Maximum of 10 concurrent API calls. - Rate Limit: API access per instance limited to 100 calls per 20 seconds. - Daily Quota: Subscriptions are allocated 50,000 API calls per day (which resets daily at 12:00AM CST). You can increase your daily quota through your account manager. +- The connector is able to send record's `Key` as `sdk.RawData` only. \ No newline at end of file