You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| lookup.async | Boolean | true | Whether to use asynchronous lookup. Asynchronous lookup has better throughput performance than synchronous lookup. |
112
-
| lookup.cache | Enum | NONE | The caching strategy for this lookup table, including NONE, PARTIAL. |
113
-
| lookup.max-retries | Integer | 3 | The maximum allowed retries if a lookup operation fails. Setting this value will override option 'client.lookup.max-retries'.|
114
-
| lookup.partial-cache.expire-after-access | Duration | (None) | Duration to expire an entry in the cache after accessing. |
115
-
| lookup.partial-cache.expire-after-write | Duration | (None) | Duration to expire an entry in the cache after writing. |
116
-
| lookup.partial-cache.cache-missing-key | Boolean | true | Whether to store an empty value into the cache if the lookup key doesn't match any rows in the table. |
117
-
| lookup.partial-cache.max-rows | Long | (None) | The maximum number of rows to store in the cache. |
118
-
| client.lookup.queue-size | Integer | 25600 | The maximum number of pending lookup operations. |
119
-
| client.lookup.max-batch-size | Integer | 128 | The maximum batch size of merging lookup operations to one lookup request. |
120
-
| client.lookup.max-inflight-requests | Integer | 128 | The maximum number of unacknowledged lookup requests for lookup operations. |
121
-
| client.lookup.batch-timeout | Duration | 100ms | The maximum time to wait for the lookup batch to full, if this timeout is reached, the lookup batch will be closed to send. |
122
-
| client.lookup.max-retries | Integer |3 | Setting a value greater than zero will cause the client to resend any lookup request that fails with a potentially transient error. |
| lookup.async | Boolean | true | Whether to use asynchronous lookup. Asynchronous lookup has better throughput performance than synchronous lookup.|
112
+
| lookup.cache | Enum | NONE | The caching strategy for this lookup table, including NONE, PARTIAL.|
113
+
| lookup.max-retries | Integer | 3 | The maximum allowed retries if a lookup operation fails. Setting this value will override option 'client.lookup.max-retries'.|
114
+
| lookup.partial-cache.expire-after-access | Duration | (None) | Duration to expire an entry in the cache after accessing.|
115
+
| lookup.partial-cache.expire-after-write | Duration | (None) | Duration to expire an entry in the cache after writing.|
116
+
| lookup.partial-cache.cache-missing-key | Boolean | true | Whether to store an empty value into the cache if the lookup key doesn't match any rows in the table.|
117
+
| lookup.partial-cache.max-rows | Long | (None) | The maximum number of rows to store in the cache.|
118
+
| client.lookup.queue-size | Integer | 25600 | The maximum number of pending lookup operations.|
119
+
| client.lookup.max-batch-size | Integer | 128 | The maximum batch size of merging lookup operations to one lookup request.|
120
+
| client.lookup.max-inflight-requests | Integer | 128 | The maximum number of unacknowledged lookup requests for lookup operations.|
121
+
| client.lookup.batch-timeout | Duration | 100ms | The maximum time to wait for the lookup batch to full, if this timeout is reached, the lookup batch will be closed to send. |
122
+
| client.lookup.max-retries | Integer |Integer.MAX_VALUE| Setting a value greater than zero will cause the client to resend any lookup request that fails with a potentially transient error. |
0 commit comments