Skip to content

Release 1.11.0

Compare
Choose a tag to compare
@pavolloffay pavolloffay released this 07 Mar 12:23
b5e2b65

Backend Changes

Breaking Changes

  • Introduce kafka.producer and kafka.consumer flags to replace kafka flags (1360, @ledor473)

    The following flags have been deprecated in the Collector and the Ingester:

    --kafka.brokers
    --kafka.encoding
    --kafka.topic
    

    In the Collector, they are replaced by:

    --kafka.producer.brokers
    --kafka.producer.encoding
    --kafka.producer.topic
    

    In the Ingester, they are replaced by:

    --kafka.consumer.brokers
    --kafka.consumer.encoding
    --kafka.consumer.group-id
    

New Features

Bug fixes, Minor Improvements

UI Changes

  • UI pinned to version 1.1.0. The changelog is available here v1.1.0