Eric Cornelius
Eric Cornelius
If anyone still wants a simple reason to support this: file upload filter functionality requires passing in a full set of accepted extensions in most APIs. So, for instance, `.yml`...
@jaywcjlove @brgndyy - the issue is your css precedence for the selection highlight is too low when selected. Here's the codemirror internal setting ``` .cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground...
The largest benefit of this project vs. librdkafka wrappers is the pure JavaScript aspect. Avoiding compiling independently for every deployment platform is extremely important for some of us users. Would...
@emasab - while I appreciate that, it does not solve the single executable deployment scenario. And there are still numerous potential compatibility issues (e.g. glibc vs. libc, corresponding versioning), platform...
Any ETA on this? You guys are promoting this client as a KafkaJS replacement while lacking some pretty basic functionality on the admin side here...
https://github.com/confluentinc/confluent-kafka-javascript/blob/master/MIGRATION.md#admin-client At the very least, maybe keep major omissions up to date in any migration guides?
This is a *huge* performance problem for us - and we've had to hack in patches to up the cap to a more reasonable limit. > This approach ensures that...