Silviu Caragea
Silviu Caragea
The feature is available in last master
@jadeallenx There are important pull requests that are not moving for more than 2 years.. Like https://github.com/erlang-lager/lager/pull/524
I implemented this in master and I will publish a package today.
This can be implemented. The native function for delete topic is here: https://github.com/confluentinc/librdkafka/blob/1f9f245ac409f50f724695c628c7a0d54a763b9a/src/rdkafka.h#L5574 Unfortunately my time is very limited . so a pull request is welcome ! Silviu
Hello, Unfortunately I'm not planing into the near feature to implement myself features that are not used inside the projects I'm working on where erlkaf it's used. I'm happy to...
@jmschles you are totally right ! I'm glad to merge any contribution to the project . erlkaf it's currently used into a solution that handles tens of millions of voice...
I'm using myself same OS but my mac is MacBook Pro from 2019 and I have no issue. Some other user reported a similar openssl issue in the past but...
The undefined symbol is part of openssl _SSL_get_peer_certificate. Has nothing to do with concurrentqueue. As the error says as well: _rd_kafka_transport_ssl_handshake from librdkafka it's using that function. I have a...
For some reason for me is working only in case I use [{[autoreload, false]}]. With [{autoreload, true}] is not working. It's crashing when it's starting. I will investigate why.. Maybe...
Last commits are one month ago in master .. so I doubt it's abandoned. Most probably they have other plans. Anyway the active development was never so great..