🚀2.1.3

Released on 22 Jan 2024

Features and Enhancements

  • Episilia now supports Kafka Rack Awareness

Bug fixes:

No Bug Fixes

Config changes:

kafka:
    indexer:
      broker:
        rack:
          aware: "false"  #to enable rack we need to make it "true"
          client: "topology.kubernetes.io/zone"   # all existing zone in the region it will take automatically

Last updated