Is there a way to cache dns resolve for SQS endpoint? #5035
Unanswered
CodeMonkeyKevin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to cache dns resolve for SQS endpoints? It seems every SQS read seem to do a DNS lookup every call. So when making thousands of call per minute this seem to exhaust the file descriptor due to many DNS lookups.
Beta Was this translation helpful? Give feedback.
All reactions