forked from killme2008/Metamorphosis
-
Notifications
You must be signed in to change notification settings - Fork 0
ReleaseNotes
killme2008 edited this page May 9, 2012
·
17 revisions
#Metaq release notes
1.Adds new api to get partitions for topic in MessageSessionFactory:
public List<Partition> getPartitionsForTopic(String topic)
2.Copy new topics config from master to asynchronous slave automatically.
3.Adds new api to get statistics from broker in MessageSessionFactory
public Map<InetSocketAddress, StatsResult> getStats() throws InterruptedException;
public Map<InetSocketAddress, StatsResult> getStats(String item) throws InterruptedException;
public StatsResult getStats(InetSocketAddress target) throws InterruptedException;
public StatsResult getStats(InetSocketAddress target, String item) throws InterruptedException;
4.Merge tools and server-wrapper projects,provide a powerful script metaServer.sh to supports broker administrator.
5.Provides bat script to run broker on windows.
6.Adds a new stat item config,you can use stat config to get broker's config file content.
7.Other small changes,including statistics improvement etc.