]> git.vanrenterghem.biz Git - R/project-using-kafka-in-R.git/commit
Use returned base_uri.
authorFrederik Vanrenterghem <frederik@vanrenterghem.io>
Thu, 13 Sep 2018 13:00:11 +0000 (21:00 +0800)
committerFrederik Vanrenterghem <frederik@vanrenterghem.io>
Thu, 13 Sep 2018 13:00:11 +0000 (21:00 +0800)
commitad70a446e1f9c1d371008dc32f7374a7e3a54907
tree43eac1ef7e7a932a1b86c313cad79e67471e7a1d
parent4a859f0a16eabfdb8b13d5af94aa5fa30daf1c49
Use returned base_uri.

Per doco: Because consumers are stateful, any consumer instances created with the REST API are tied to a specific REST proxy instance. A full URL is provided when the instance is created and it should be used to construct any subsequent requests. Failing to use the returned URL for future consumer requests will result in 404 errors because the consumer instance will not be found.
kafkaConsumer.R