Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft changes to show how we can split component #6552

Closed
wants to merge 1 commit into from

Conversation

bogdandrutu
Copy link
Member

No description provided.

Copy link
Member

@djaglowski djaglowski left a comment

Choose a reason for hiding this comment

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

Are there any other changes planned for this PR before moving from Draft state?

@@ -24,8 +24,7 @@ import (
// ProcessorConfig is the configuration of a component.Processor. Specific Processor must implement
// this interface and must embed ProcessorSettings struct or a struct that extends it.
type ProcessorConfig interface {
Copy link
Member

Choose a reason for hiding this comment

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

Should this file be moved entirely to processor package?

@@ -24,8 +24,7 @@ import (
// ReceiverConfig is the configuration of a component.Receiver. Specific Extension must implement
// this interface and must embed ReceiverSettings struct or a struct that extends it.
type ReceiverConfig interface {
Copy link
Member

Choose a reason for hiding this comment

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

Move file to receiver package?

@github-actions
Copy link
Contributor

github-actions bot commented Dec 7, 2022

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Dec 7, 2022
@bogdandrutu bogdandrutu closed this Dec 9, 2022
@bogdandrutu bogdandrutu deleted the draftchanges branch December 9, 2022 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants