Re: [DISCUSS] PIP-338: Introducing the --log-topic Option for Pulsar Sinks and Sources

2024-02-26 Thread Pengcheng Jiang
Oh, sorry, I missed the reply before sending the vote mail For the authorization, I think users are responsible for doing that, just like what they do while setting the log topic for functions. And it's easy to distinguish logs if one log topic is used for multiple functions because the producer

Re: [DISCUSS] PIP-338: Introducing the --log-topic Option for Pulsar Sinks and Sources

2024-02-25 Thread PengHui Li
Do we need to take the authorization into account? Users might need to take one more step to grant permission to access the log topic. It is better to mention it in the proposal. If users try to use one log topic for multiple functions, Is it easy for them to distinguish which function the logs ar

Re: [DISCUSS] PIP-338: Introducing the --log-topic Option for Pulsar Sinks and Sources

2024-02-19 Thread Pengcheng Jiang
Sorry, the PIP number should be PIP-339 Pengcheng Jiang 于2024年2月19日周一 17:30写道: > Dear community, > > I created a PIP to support `--log-topic` for Pulsar Sinks and Sources: > https://github.com/apache/pulsar/pull/22071 > > It will make Pulsar Functions and Connectors have the same way to manage >

[DISCUSS] PIP-338: Introducing the --log-topic Option for Pulsar Sinks and Sources

2024-02-19 Thread Pengcheng Jiang
Dear community, I created a PIP to support `--log-topic` for Pulsar Sinks and Sources: https://github.com/apache/pulsar/pull/22071 It will make Pulsar Functions and Connectors have the same way to manage their logs. Any feedback and suggestions are welcome. Sincerely Pengcheng Jiang