Hi all, we just deployed Meltano at my work! :yay:...
# random
t
Hi all, we just deployed Meltano at my work! yay One issue we found was that one of the services we integrated had some strange HTTP behaviour involving TCP Keep Alive. We’ve hacked around and found some solutions to it, but one thing we’re wondering is whether there would be any appetite for making the HTTP library in the Singer tap SDK pluggable so we could use
httpx
instead of
requests
, for instance.
e
Hi @tom_morris and congrats on deploying Meltano! Do open an issue in the SDK issue tracker for the pluggable http library 😄
t
Thanks, will do that.