Skip to content
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

Merged
merged 1 commit into from
Jan 31, 2019

Conversation

conker84
Copy link
Contributor

Fixes #116 (for the Sink)

Proposed Changes (Mandatory)

A brief list of proposed changes in order to fix the issue:

  • the UI now shows the documentation for each paramter
  • renamed neo4j.batch.timeout.msec into neo4j.batch.timeout.msecs in order to be compliant to the other similar properties (we need to manage the old version?)

@conker84 conker84 changed the title fixes #116 fixes #116: Connector Configuration (Sink) Jan 30, 2019
@conker84
Copy link
Contributor Author

Following an example:

confluent-platform-ui-example

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)
Copy link
Member

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?

Copy link
Contributor Author

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
Copy link
Member

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?)

Copy link
Contributor Author

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

@jexp
Copy link
Member

jexp commented Jan 30, 2019

but this doesn't fix/change the topics config?

@conker84
Copy link
Contributor Author

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.
Do you think we can proceed anyway?

@jexp jexp merged commit 0bc6341 into neo4j-contrib:master Jan 31, 2019
mneedham pushed a commit that referenced this pull request May 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Connector Configuration
2 participants