Hi, When do you remove SDK endpoint and web hooks ...
# announcements
b
Hi, When do you remove SDK endpoint and web hooks feature?
b
Hi Sirawat, I'll look into this and let you know what I find out 🙂
b
Thank you for your support 😄
b
Hello again, Sirawat. We're not in a rush to fully deprecate the Legacy SDK Endpoints and Webhooks, but we do NOT advise customers to start using them for something new. Are you currently using the Legacy options instead of the newer SDK Connections?
b
Yes, I'm using legacy option. I'm will plan for migrate to SDK connections. Thanks
👍🏻 1
Hi, https://docs.growthbook.io/lib/python Is this suggested way for implement SDK connections in python?
If we don't use Webhook, How do we get real-time feature updates? If I'm using Redis cache, I need to wait until the cache expires to load new feature updates. Do you have another suggestion?
What does the function gb.load_features() in the growthbook class do? Did it open a new socket for getting notified from the growthbook server for feature updates or just request features by HTTPS?
Does the python SDK have streaming (sse)?