03-22-2022 17:47
03-22-2022 17:47
I am looking for an easy way to use the subscription web API . What would you recommend? I am considering using kafka, Can anyone recommend a kafka-connect plug-in for fitbit ?
Kind regards
Andy
03-23-2022 10:27
03-23-2022 10:27
Hi @aedwip
Kafka is an option for collecting the webhook notifications prior to calling the necessary endpoints. When I google searched "kafka fitbit", I see a few code examples. But, I'm not sure they are what you need. If you can't find any code examples, maybe someone in the forums can provide some information to you.
Gordon
04-05-2022 11:35
04-05-2022 11:35
Hi Gordon
I have not found a good kafka connector implementation. Basically, I want to use the subscription API to automatically collect fit bit data from several users.
Kind regards
Andy
p.s. I really do not want to write this from scratch if possible