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

fix: es client creation #62

Merged
merged 1 commit into from
Aug 3, 2023
Merged

fix: es client creation #62

merged 1 commit into from
Aug 3, 2023

Conversation

ClemDoum
Copy link
Collaborator

@ClemDoum ClemDoum commented Aug 2, 2023

Bug description

The Python extension is performing some parsing of the ES address in order to separate the host and port and provide them at the client initialization. This is not needed and done was the wrong way.

Changes

datashare-neo4j-extension/neo4j-app

Fix

  • Fixed the ESClient creation by simply forwarding the provided ES address (which is properly handled by the client)

@ClemDoum ClemDoum requested a review from a team August 2, 2023 17:17
@ClemDoum ClemDoum self-assigned this Aug 2, 2023
@ClemDoum ClemDoum marked this pull request as ready for review August 2, 2023 17:17
@ClemDoum ClemDoum added bug Something isn't working elasticsearch labels Aug 2, 2023
@ClemDoum ClemDoum merged commit cbd58d8 into main Aug 3, 2023
3 checks passed
@ClemDoum ClemDoum deleted the fix/es-address branch August 3, 2023 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working elasticsearch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants