Roman Zabaluev
Roman Zabaluev
via https://github.com/provectus/kafka-ui/issues/962 _Sometimes (in our case quite often) we need to do bulk operations on all (or large subset) of connectors, such as restarting all tasks, or pause/resume/delete_
https://github.com/provectus/kafka-ui/issues/4325
the user should be able to: - select multiple entries in the table - delete multiple entries Like in #221 **To be done after #335 is merged**
via https://github.com/provectus/kafka-ui/issues/3279
LdapSecurityConfig: - verify `ActiveDirectoryLdapAuthenticationProvider` does populate authorities properly (most likely, it doesn't) - if it doesn't, copy-paste `ActiveDirectoryLdapAuthenticationProvider` and (re)implement a populator (unless [#4490](https://github.com/spring-projects/spring-security/issues/4490) is resolved) via https://github.com/provectus/kafka-ui/issues/3741
- [ ] **Breaking change?** (if so, please describe the impact and migration path for existing application instances) **What changes did you make?** (Give an overview) **Is there anything you'd...
Resolves #66
Currently, we have a 'copy to clipboard' button for the overall message, which copies the contents as a JSON. TODO: - Add a button for copying the key, value, and...