[jgroups-dev] Bundlers in 3.6.x
Development issues <[email protected]> Wed, 4 May 2016 07:56:56 +0200
| Newsgroups | gmane.comp.java.javagroups.devel |
|---|---|
| Message-ID | <[email protected]> |
So I experimented with message bundlers in master (4.0) and ended up moving Bundler from TP into its own package, and also created a NoBundler to measure round trip times. I also added a method bundler(String type) to TP, so now message bundlers can be changed at *runtime*, e.g. getting replaced by custom bundlers. However, this goodness is only available in 4.0, as moving bundlers out of TP would break the API: existing bundler impls would have to be changed. The API change is needed if we want to use custom message bundlers (outside of TP). I thought it would be nice to backport this to 3.6.x, but this breaks the API. Sonow we have a choice: #1 Backport the change and break the API anyway, or #2 Partial backport of the change but leave TP$Bundler. This would prevent custom bundler Preferences? Feedback? -- Bela Ban, JGroups lead (http://www.jgroups.org) ------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z _______________________________________________ Javagroups-development mailing list