We want to use the Neo4j Kafka Connector in an environment where Kafka access is secured via token-based authentication (e.g., OAuth2 Bearer tokens), rather than static username/password or TLS client certs.
Currently, the connector configuration does not (to our knowledge) provide a straightforward way to authenticate to Kafka using short-lived access tokens / token refresh flows.