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
- Adds new api to get partitions for topic in
MessageSessionFactory:
public List<Partition> getPartitionsForTopic(String topic)
- Copy new topics config from master to asynchronous slave automatically.
- 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;
- Merge
toolsandserver-wrapperprojects,provide a powerful scriptmetaServer.shto supports broker administrator. - Provides bat script to run broker on windows.
- Adds a new stat item
config,you can usestat configto get broker's config file content. - Other small changes,including statistics improvement etc.