Closed 9il closed 7 years ago
approach looks great. please add two examples, one for producer and one for consumer including loading of a config file that has metadata call enabled.
please add two examples, one for producer and one for consumer including loading of a config file that has metadata call enabled.
OK
in the example please show how to use the kafka timestamp feature
A combination of https://github.com/dlang/dub/issues/904 and other bug which runs dub in infinity loop (100% CPU load). Because that I have changed the dub.json
files. No to add vibe.d support project must be compiled with --combined
flag
Configuration files are presented for producer_vibed
and consumer_vibed
.
Consumer has example with timestamps. Producer has not timestamp support because #7. Should I fix #7 ?
The idea is:
version(Have_vibe_d)
to estimate if vibe.d is used.mixin
to generate proper code.