Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.3
-
None
Description
It's really hard to instantiate Java Thrift servers - they have a ton of params that you may or may not want to use. Rather than having 6 different constructor overloads, I think we should support builder-style constructors. This would have the side benefit of letting us get rid of the Options class that a few of the servers support.