Expose nameserver send - #3751
Conversation
|
I don't think we should expose this API publicly. This layer of the internal implementation does not include critical features like truncation handling. What is your motivation for using |
|
I'm working with a project that's built with hickory components but handles a lot of message processing outside of hickory as well (like truncation). It's sensitive to memory & performance constraints. For example, I can see |
|
Just to add, we've been longtime users of the various library components, contributed a few times before and were going through the recent upgrade with all the breaking changes. |
|
@AlisonT1230 @leshow I think it would be useful if you can outline your concerns about the |
NameServer's send method was previously accessible in hickory 0.25 but became private in 0.26. It would be helpful for use cases where only one name server is necessary.