shibd opened a new pull request, #16305:
URL: https://github.com/apache/pulsar/pull/16305

   ### Motivation
   
   The configuration of SourceConfig is rich, and the user can flexibly specify 
it when registering the source.  But some sources do not support these 
configurations. For example, some sources do not support `EFFECTIVELY_ONCE` 
guarantees, because the upstream system cannot generate ordered sequence id.
   
   So, add the `getSourceConfig` method to SinkContext, enables the source to 
validate the configuration when executing the `source.open` method.
   
   ### Modifications
   
   - Add getSourceConfig method to SourceContext
   
   ### Documentation
   
   - [x] `doc-not-needed` 
   
   


-- 
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]

Reply via email to