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
consumerOpts() doesn't allow passing some complex options to create a consumer - Instead of telegraphing all options, it should allow passing a Partial
The text was updated successfully, but these errors were encountered:
…ossible - provided a path for specifying a new consumer configuration to the builder, unblocking the requirement to pre-create those types of consumers.
FIX#153
…ossible - provided a path for specifying a new consumer configuration to the builder, unblocking the requirement to pre-create those types of consumers. (#156)
FIX#153
consumerOpts()
doesn't allow passing some complex options to create a consumer - Instead of telegraphing all options, it should allow passing a PartialThe text was updated successfully, but these errors were encountered: