Skip to content

Conversation

@wolfstudy
Copy link
Member

@wolfstudy wolfstudy commented Nov 12, 2020

Motivation

The changing base on #8523

Modifications

Support key_base for python function

Signed-off-by: xiaolong.ran <rxl@apache.org>
Signed-off-by: xiaolong.ran <rxl@apache.org>
Signed-off-by: xiaolong.ran <rxl@apache.org>
Signed-off-by: xiaolong.ran <rxl@apache.org>
@wolfstudy wolfstudy requested a review from hangc0276 November 17, 2020 01:16
@codelipenghui
Copy link
Contributor

/pulsarbot run-failure-checks

@sijie
Copy link
Member

sijie commented Nov 18, 2020

@wolfstudy the change looks good. But I think we introduced a feature to support end-to-end encryption in Pulsar Function in #8432. I think we need to include this support for python functions as well. In this change, there is code generated for crypto reader. Can you create an issue to follow up to add this support?

@wolfstudy
Copy link
Member Author

@wolfstudy the change looks good. But I think we introduced a feature to support end-to-end encryption in Pulsar Function in #8432. I think we need to include this support for python functions as well. In this change, there is code generated for crypto reader. Can you create an issue to follow up to add this support?

Sure, will process it.

Signed-off-by: xiaolong.ran <rxl@apache.org>
Signed-off-by: xiaolong.ran <rxl@apache.org>
@codelipenghui
Copy link
Contributor

/pulsarbot run-failure-checks

import org.apache.pulsar.client.api.Schema;
import org.apache.pulsar.client.api.SubscriptionInitialPosition;
import org.apache.pulsar.client.api.SubscriptionType;
import org.apache.pulsar.client.api.*;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we avoid using wildcard import?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, will fix it.

Signed-off-by: xiaolong.ran <rxl@apache.org>
@codelipenghui
Copy link
Contributor

/pulsarbot run-failure-checks

Signed-off-by: xiaolong.ran <rxl@apache.org>
Signed-off-by: xiaolong.ran <rxl@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants