Skip to content

0.9.2 (15.11.2016)

Compare
Choose a tag to compare
@pitagoras3 pitagoras3 released this 20 Jul 07:33
· 1404 commits to master since this release

Features

(#612) Added explicit CORS allowed domain configuration option

Enhancements

(#619) Updated kafka-producer configuration

In the current version of kafka-producer (0.10.1) request.timeout.ms parameter is also used as a timeout for dropping batches from internal accumulator.
Therefore, it is better to increase this timeout to very high value, because when kafka is unreachable we don't want to drop messages but buffer them in accumulator until is full.
This behavior will change in future version of kafka-producer.

More information on this issue can be found in
kafka-users group archives

Bugfixes

  • (#614) JSON-to-Avro dry run fix for Hermes-incompatible schemas
  • (#621) Schema-related frontend HTTP responses fix
  • (#622) Fixing occasional null pointer when reading consumer assignments
  • (#624) Catching unchecked exceptions in schema-versions cache that previously weren't logged
  • (#616) Fixing bug with sync commit after each filtered message