On Wed, Mar 28, 2012 at 10:55 PM, Matthew Chambers <[email protected]>wrote:
> Hello, > > I've been poking around the mailing list archives but can't seem to find > an answer for this. > > Is there a way I can setup pre/post hooks to thrift calling functions on > my service? I'd like to keep some statistics on number of times each > method was called, response times, etc, but don't really want to add that > to every single function. > No. > > Another question is, I want to replicate the same method call to another > server. Is there an easy way to do this? > You could probably make a custom processor that redispatches, but there's nothing already built. > > Finally, a request. One server, multiple services would be great. > Sorry, no. Much requested, but not supported. > > Using Java. > > Thank you > Matt > > >
