dmvk commented on a change in pull request #18522:
URL: https://github.com/apache/flink/pull/18522#discussion_r792649131
##########
File path:
flink-core/src/main/java/org/apache/flink/configuration/BlobServerOptions.java
##########
@@ -33,7 +33,7 @@
key("blob.storage.directory")
.noDefaultValue()
Review comment:
I'm wondering whether we could introduce a new "data type" for the file
based options. Something along the lines of...
```suggestion
.fileType(FileType.LOCAL)
```
that would allow us to distinguish between local / flink filesystems and
adjust the docs generator to work with that.
WDYT?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]