RADAR-base / RADAR-REST-Connector

A Kafka Source connector to receive data from REST APIs and publish them to Kafka. It has an extended version to support FitBit APIs.
https://radar-base.org/
Apache License 2.0
4 stars 4 forks source link

Fix get users #139

Closed Bdegraaf1234 closed 2 months ago

Bdegraaf1234 commented 2 months ago

Users could not be retrieved from the rest-sources-backend due to the contentLength header not being set.

It appears this only starts to be a concern when the userlist becomes long, then the responses' transfer-encoding gets changed to chunked.