-
Notifications
You must be signed in to change notification settings - Fork 458
Azure Blob Storage Support 1311 #1941
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
base: main
Are you sure you want to change the base?
Conversation
|
@gkatzioura, you mean -> Add File System support for Azure Blob Storage? |
Fixed |
|
Just as #993 , obtainSecurityToken method is required for client to access Azure Blob Storage when read from remote |
checking the options |
|
@gkatzioura, we should make sure it works for all prefixes, like |
|
LicenseChecker fixed, and I just finished testing with all schemes. Everything works great 💪 🚀 |
|
Hi @luoyuxia I do receive the tokens when I read fluss data as a client try (LogScanner logScanner = table.newScan().createLogScanner()) {
logScanner.subscribeFromBeginning(1);
var record = logScanner.poll(Duration.ofSeconds(10));
record.forEach(r -> _ );
}Once log scanner is started the tokens start to be sent. |
Hi, the security token is not shared above fluss components. Currently, it's only used by fluss-client, fluss-client require a token to read from remote directly. |
luoyuxia
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gkatzioura Thanks for the greate work! Left minor comment


Purpose
Linked issue: close #1311
Add File System support for Azure Blob Storage.
Brief change log
Tests
API and Format
Documentation