Twitter-server 19.4.0
finaglehelper
released this
18 Apr 22:22
·
347 commits
to develop
since this release
19.4.0
Changes
-
Remove deprecated uses of c.t.server.ShadowAdminServer. e94e8300
-
Mix in the c.t.finagle.DtabFlags to allow servers to append to the "base" c.t.finagle.Dtab
delegation table. Users can now call c.t.finagle.DtabFlags#addDtabs() when they want to append
the parsed Flag value to the Dtab.base delegation table. Users should note to only call this
method after Flag parsing has occurred (which is after init and before premain).We also update the c.t.server.handler.DtabHandler to always return a proper JSON response of
the currently configured c.t.finagle.Dtab.base. a00e3942