AB
AB
Update Extensions to support Lens v5.0.0
``` - AUTH_TYPE=ldap - LDAP_METHOD=simple - LDAP_URL=ldap://ldap:389 - LDAP_BASE_DN=DC=example,DC=org - LDAP_USER_TEMPLATE=uid=%s,%s ``` Just giving the above configs won't work because even if the `base-dn` and `user-attr-template` in LDAP group search...
``` - AUTH_TYPE=ldap - LDAP_METHOD=simple - LDAP_URL=ldap://ldap:389 - LDAP_BASE_DN=DC=example,DC=org - LDAP_USER_TEMPLATE=uid=%s,%s ``` Just giving the above configs won't work because even if the `base-dn` and `user-attr-template` in LDAP group search...
The new version of Kafka does not require a Zk cluster. Hence CMAK needs to be updated to connect to the cluster using Kafka URL and optionally ask ZK URL
### A note for the community * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request...
- **Issue:** In the `kafka_franz` input client, the consumer offset doesn't reset based on `start_from_oldest` after Kafka deletes data due to retention policy. - **Current Solution**: Restarting Benthos is required...
- Renames key in bloblang if it exists, Else doesn't do anything( this avoided `null` values if the key is not present) - Supports nested objects using dot operator
Slack webhook output plugin based on https://github.com/slack-go/slack - Ability to send msg to any Slack channel using webhook - Message (aka JSON) has to be in [WebhookMessage](https://github.com/slack-go/slack/blob/v0.12.5/webhooks.go#L13) format