Skip to content

Conversation

CaveEcho
Copy link

@CaveEcho CaveEcho 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"
@CaveEcho
Copy link
Author

CaveEcho commented Jan 8, 2025

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