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

[Feat] Source configuration inconsistencies #136

Open
zriyanshdz opened this issue Mar 10, 2025 · 5 comments
Open

[Feat] Source configuration inconsistencies #136

zriyanshdz opened this issue Mar 10, 2025 · 5 comments
Assignees
Labels
beginner Issues for beginner (Documentaion Update etc)

Comments

@zriyanshdz
Copy link
Collaborator

Problem

While setting mongodb config.json files, we write:

"hosts": ["localhost:xxx"],

but in mysql config,json file, the present config requires us to write

"hosts": ["localhost"],
"port": xxxx,

Solution

We can have one default host name type (with our without the port value)

@hash-data hash-data added the beginner Issues for beginner (Documentaion Update etc) label Mar 10, 2025
@mahakgupta0123
Copy link

hey @hash-data!
can I take up this issue?

@TheCoderAdi
Copy link

Hey @hash-data ,

Can I work on this issue?

@shubham19may
Copy link
Contributor

@mahakgupta0123 please take this up as you commented as the first person.
@TheCoderAdi please check some other issues out.

@zriyanshdz
Copy link
Collaborator Author

Hey @TheCoderAdi , you can take this up as the PR #154 is a wrong implementation of this issue.

@TheCoderAdi
Copy link

Hey @TheCoderAdi , you can take this up as the PR #154 is a wrong implementation of this issue.

Okay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beginner Issues for beginner (Documentaion Update etc)
Projects
None yet
Development

No branches or pull requests

5 participants