-
Notifications
You must be signed in to change notification settings - Fork 0
ReleaseNotes
#Metaq release notes
-
Adds new api to get partitions for topic in
MessageSessionFactory:public List getPartitionsForTopic(String topic)
-
Copy new topics config from master to asynchronous slave automatically.
-
Adds new api to get statistics from broker in
MessageSessionFactorypublic 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.