Taylor Gagne
Results
2
issues of
Taylor Gagne
Code that's throwing error: ``` clients.map(async (client) => { let tenant = client.tenant; let clientId = client.client_id; let clientName = client.name; const query = new QuerySpecification() .withStatement( "MERGE(c:Client {client_id: '$clientId',...
I'm experiencing an issue with the Neo4j Sink Connector when used with the latest version of Confluent Cloud Kafka. It seems like the connector is not correctly understanding or processing...