-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixes #116: Connector Configuration (Sink) #146
Conversation
neo4j.connection.acquisition.timeout.msecs=Type: Long;\nDescription: The max Neo4j acquisition timeout (default 1 hour) | ||
neo4j.connection.liveness.check.timeout.msecs=Type: Long;\nDescription: The max Neo4j liveness check timeout (default 1 hour) | ||
neo4j.connection.max.pool.size=Type: Int;\nDescription: The max pool size (default 100) | ||
neo4j.load.balance.strategy=Type: enum[ROUND_ROBIN, LEAST_CONNECTED];\nDescription: The Neo4j load balance strategy (default LEAST_CONNECTED) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should the topics + queries have an entry here too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No because of these are only for the UI, as the UI needs fixed property keys (and we have neo4j.topic.cypher.<TOPIC>=<QUERY>
), if we implement the #136 we can have a property here
# limitations under the License. | ||
## | ||
|
||
neo4j.server.uri=Type: String;\nDescription: The Bolt URI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we note a default URL (do we have one?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure I'll add it
but this doesn't fix/change the topics config? |
No, because for that we have the #136, but I keep it on hold because I'm waiting for Josh's feedback. |
Fixes #116 (for the Sink)
Proposed Changes (Mandatory)
A brief list of proposed changes in order to fix the issue:
neo4j.batch.timeout.msec
intoneo4j.batch.timeout.msecs
in order to be compliant to the other similar properties (we need to manage the old version?)