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

Typo in json example when documenting lineage integration connector configuration #585

Closed
davidradl opened this issue Nov 18, 2022 · 1 comment · Fixed by #644
Closed
Labels
good first issue Good for newcomers

Comments

@davidradl
Copy link
Member

https://egeria-project.org/connectors/integration/open-lineage-event-receiver-integration-connector/?h=virtualconnection#configuration

in section Kafka topic connection configuration the json payload is missing a double quote:

"embeddedConnection : 
                      {

should be
"embeddedConnection" :
{

@davidradl davidradl added the good first issue Good for newcomers label Nov 22, 2022
@mandy-chessell
Copy link
Contributor

This should be fixed quickly ...

planetf1 added a commit to planetf1/egeria-docs that referenced this issue Dec 21, 2022
Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants