-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Hello.
I'm using Spring libraries to operate with the GCP products and I found a issue with the datastore emulator helper.
Unfortunately the class LocalDatastoreHelper has a hardcoded way to find the port to start the emulator and doesn't accepts a custom port.
To ensure datastore testing with all spring libraries I will need to set the port based on my own configuration and this will also make easly the usage of the helper itself.
I was wondering about a new constructor adding the support for a custom port.
See spring discussion here.
Metadata
Metadata
Assignees
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.