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

[ISSUE #148] Add connectors documents #150

Merged
merged 3 commits into from
Dec 15, 2023
Merged

Conversation

xwm1992
Copy link
Contributor

@xwm1992 xwm1992 commented Dec 14, 2023

Fixes #148

Comment on lines 24 to 27

### Structure and process
![source-sink connector architecture](https://github.com/apache/eventmesh/assets/13237619/e1897cd6-cc91-4dc4-b6d8-facd7b0538b3)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is better to store images in the `/static/images' path and reference them with a relative link.

In Markdown, it is advisable to have a blank line between the title and the body of the text.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Comment on lines 31 to 33
### Describe
**Worker**

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worker can be styled as a level-four heading.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

pandaapo
pandaapo previously approved these changes Dec 15, 2023
@pandaapo pandaapo dismissed their stale review December 15, 2023 04:39

I am in doubt


#### Registry

The Registry module is responsible for storing the synchronization progress of synchronizing data of different Connector instances, ensuring high availability between multiple Connector images or instances.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which part of the codes does this correspond to? Or is this a plan for the future of Connector?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pandaapo The offsets (consume progress) of connectors are stored in Meta (known as Registry like Nacos) by eventmesh-openconnect-offsetmgmt-plugin module.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your answer.

@pandaapo pandaapo merged commit 5f1a7e5 into apache:master Dec 15, 2023
1 check passed
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.

[Doc] Add rabbitmq-connector documents
3 participants