You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
librdkafka is the official Confluent kafka library (in C). The erlang/elixir library built on top of it is called erlkaf.
These libraries offer support for some features that are not in brod (and don't appear to be planned).
Would it be possible (or would you be open to) switching to an adapter pattern for the underlying kafka, so that we might implement support in elsa for using erlkaf in place of brod?
The text was updated successfully, but these errors were encountered:
librdkafka is the official Confluent kafka library (in C). The erlang/elixir library built on top of it is called erlkaf.
These libraries offer support for some features that are not in
brod
(and don't appear to be planned).Would it be possible (or would you be open to) switching to an adapter pattern for the underlying kafka, so that we might implement support in
elsa
for usingerlkaf
in place ofbrod
?The text was updated successfully, but these errors were encountered: