Update SIK to 3.2.0 snapshot

Resolves #744

* Address deprecations in the pollable consumer
* Introduce a property for pollable time out in KafkaConsuerProperties
* Fix tests
* Add docs
* Addressin PR review comments
This commit is contained in:
Soby Chacko
2019-09-12 15:31:13 -04:00
committed by Artem Bilan
parent f2ab4a07c6
commit 6fdb0001d6
9 changed files with 74 additions and 44 deletions

View File

@@ -265,6 +265,10 @@ The replication factor to use when provisioning topics. Overrides the binder-wid
Ignored if `replicas-assignments` is present.
+
Default: none (the binder-wide default of 1 is used).
pollTimeout::
Timeout used for polling in pollable consumers.
+
Default: 5 seconds.
==== Consuming Batches