Remove unused classes and file#246
Remove unused classes and file#246ebyhr merged 1 commit intotrinodb:mainfrom ebyhr:ebi/remove-unused-class
Conversation
|
Doesnt that remove actual functionality of using such a rule as in the example @willmostly @vishalya @Chaho12 ... I think we probably want this kind of feature in the pluggable router modules you are working on @vishalya right? |
The test doesn't accurately reflect current functionality. In particular, the test adds this connection checker class to the The proper way to add this would be as a fact to the rules engine instead of adding it to the @vishalya I don't see this code in the old lyft gateway, but it was in the initial commit. Were you guys leveraging it at some point? |
willmostly
left a comment
There was a problem hiding this comment.
This is directionally aligned with our initiative to make the routing interface more pluggable. This TCP Check functionality isn't used today, but if it is needed in the future a pluggable interface would allow it to easily be added back in.
mosabua
left a comment
There was a problem hiding this comment.
Thanks @willmostly for confirming that it was needed / on our horizon but we can kill it off for now.
No description provided.