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

Update io-file-source.md #982

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

liwenjielala
Copy link

@liwenjielala liwenjielala commented Dec 24, 2024

if ["keepFile": true] starts The connector "The property keepFile must be false if the property processedFileSuffix is set"

✅ Contribution Checklist

if ["keepFile": true] starts The connector "The property keepFile must be false if the property processedFileSuffix is set"
@liwenjielala
Copy link
Author

Description
While following the YAML configuration example provided in the Pulsar documentation, I encountered a situation where setting keepFile to true while also setting processedFileSuffix causes an error:
“The property keepFile must be false if the property processedFileSuffix is set.”

This situation arises because the keepFile property must be set to false if processedFileSuffix is configured. To resolve this, I would like to suggest two possible approaches:

  1. Set keepFile to false when processedFileSuffix is configured, in order to avoid the error.
  2. Alternatively, if it’s not strictly necessary, remove the processedFileSuffix setting from the YAML example to help simplify the configuration.
    I hope these suggestions are helpful and clarify the intended configuration. Thank you for considering them!

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.

1 participant