You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
Hi,
It would be great if its possible to run kafka connector on a local environment too.
AmazonDynamoDBClient client = new AmazonDynamoDBClient();
// Set the endpoint URL
client.withEndpoint("http://localhost:8000");
That should do it. Also this could either be the default behaviour or provided through config.
The text was updated successfully, but these errors were encountered: