Skip to content

feat(bindings/java): support duplicate operator#3330

Merged
Xuanwo merged 1 commit intoapache:mainfrom
tisonkun:dupop
Oct 18, 2023
Merged

feat(bindings/java): support duplicate operator#3330
Xuanwo merged 1 commit intoapache:mainfrom
tisonkun:dupop

Conversation

@tisonkun
Copy link
Copy Markdown
Member

Clone a new operator that is identical to this one. The new operator has its own lifecycle.

Since an operator will release all its resource and "flush" on lifecycle end, this method is suitable to create a narrowed "scope" while avoiding creating a brand-new operator for each scope.

@tisonkun tisonkun requested review from G-XD and Xuanwo October 18, 2023 03:20
@github-actions github-actions Bot added the releases-note/feat The PR implements a new feature or has a title that begins with "feat" label Oct 18, 2023
Signed-off-by: tison <wander4096@gmail.com>
Copy link
Copy Markdown
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

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

Thanks!

@Xuanwo Xuanwo merged commit 5e0fb9e into apache:main Oct 18, 2023
@tisonkun tisonkun deleted the dupop branch October 18, 2023 03:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

releases-note/feat The PR implements a new feature or has a title that begins with "feat"

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants