Skip to content
killme2008 edited this page May 9, 2012 · 17 revisions

#Metaq release notes

Metaq 1.4.2 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 tools and server-wrapper projects,provide a powerful script metaServer.sh to supports broker administrator.

  • Provides bat script to run broker on windows.

  • Adds a new stat item config,you can use stat config to get broker's config file content.

  • Other small changes,including statistics improvement etc.

Clone this wiki locally