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

Question: federation support? #40

Open
kjsanger opened this issue May 2, 2024 · 2 comments
Open

Question: federation support? #40

kjsanger opened this issue May 2, 2024 · 2 comments
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@kjsanger
Copy link
Contributor

kjsanger commented May 2, 2024

Thanks for your work on go-irodsclient; having access to a pure Go API has made deployment of iRODS client tools ridiculously easy for us, compared to the C or Python APIs.

I'm interested in what plans there are if any, for go-irodsclient to support federation? For example, fs.SearchByMeta() currently doesn't return results for metadata in a federated zone.

@iychoi
Copy link
Member

iychoi commented May 15, 2024

Hi @kjsanger

We don't currently have any plan for federation support. I think it requires significant changes in code, so it would not be added in the near future. However, I'll take a look how it works in python-irodsclient to understand its mechanism and check how much effort it will require.

Thanks,
Illyoung

@iychoi iychoi added the enhancement New feature or request label May 15, 2024
@kjsanger
Copy link
Contributor Author

Thanks, that's clear. Although we have a federated system, cross-zone searching is something we work around by having applications connect directly to the zone they need, so there isn't a compelling reason for us to open a PR to add this feaure right now, given that it's fairly involved.

@iychoi iychoi added the wontfix This will not be worked on label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants