Skip to content

v1.6.1

Compare
Choose a tag to compare
@sshanks-kx sshanks-kx released this 28 Jul 09:50
· 15 commits to master since this release
c5fb5d0

Consumer/Producer config can now be provided with a sym list as a configuration value. As as example, see metadata.broker.list in the following config

kfk_cfg:(!) . flip(
    (`group.id;`0);
    (`metadata.broker.list;`localhost:9092`localhost:9091);
    (`fetch.wait.max.ms;`10);
    (`auto.offset.reset;`earliest);
    (`enable.auto.commit;`false);
    (`statistics.interval.ms;`10000)
    );

Previous releases could give an erroneous error when provided with this type.