Skip to content
Ady Liu edited this page May 26, 2012 · 16 revisions

#Release Notes

Document>> History

2012-05-27: v1.1.0

Full compatibility with v1.0

Server/Broker:

  • Add Java Service Wrapper supported
  • Default Encode/Decode is byte array. 2dbc332139dc7a5385e5d7362b58188df7c29ec6
  • Add a mbean ServerInfo,descripting version and running information
  • Add a script 'getoffset-console.sh'; fetching the offset of broker
  • Add a dumper who can dump utf-8 string message
  • Change default rebalance backoff time to 10 seconds
  • Add log4j.properties to default CLASSPATH
  • Add a simple INSTALL file
  • Default server/broker runs without zookeeper
  • fixed mbean registed duplicate
  • most I/O interface is closeable, using Closers tools to close them
  • many comments updated and more readable logs
  • add third-part [LICENSE]((https://github.com/adyliu/jafka/blob/master/LICENSE)

Client:

  • Do not update offset while no message been consumed f7d344f3637fbb912f2c918db1e4ac6d135d2afb
  • Fixed producer cannot receive new topic partitions https://github.com/adyliu/jafka/issues/2
  • Turning on TCP NODELAY in the Simple Consumer a8b93d6b214e656556444d3c658c1652a65e54d7
  • upgrade zookeeper client to 3.3.5, fixed zookeeper bug(961,1091)

2012-05-09: release 1.0 available

  • refactor some inner logic
  • add python3.x support
  • fixed some bugs

2012-04-27: release 1.0-rc7 available

  • first released

Language: English | Simple Chinese

Clone this wiki locally