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

Pekko migration #17

Merged
merged 32 commits into from
Feb 5, 2023
Merged

Pekko migration #17

merged 32 commits into from
Feb 5, 2023

Conversation

Seetaramayya
Copy link
Contributor

@Seetaramayya Seetaramayya commented Feb 1, 2023

  • Using pekko libraries

  • Migrated from akka to org.apache.pekko package

  • Instead of removing dependency on akka-stream-alpakka-csv library one class needs to be copy pasted

  • Issue#20 is added to handle reference.conf and docs

@Seetaramayya Seetaramayya changed the title Pekko migration [WIP] Pekko migration Feb 1, 2023
Copy link
Contributor

@pjfanning pjfanning left a comment

Choose a reason for hiding this comment

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

thanks - a really good start - just a couple of nits

build.sbt Outdated Show resolved Hide resolved
build.sbt Outdated Show resolved Hide resolved
build.sbt Outdated Show resolved Hide resolved
build.sbt Outdated Show resolved Hide resolved
@pjfanning
Copy link
Contributor

Could you look at the broken docs build when you get a chance? Probably mainly due to akka package names still used ins some .md files.

@pjfanning pjfanning marked this pull request as draft February 4, 2023 11:12
@pjfanning
Copy link
Contributor

pjfanning commented Feb 4, 2023

Could you fix the conflict in tests/src/test/scala/akka/kafka/internal/CommitCollectorStageSpec.scala ? You'll need to merge in the recent commit to main branch and then tidy up the conflicted code. This class was probably moved because of a package name change

@pjfanning
Copy link
Contributor

There are failing integration tests because they try to use the class akka.kafka.tests.CapturingAppender - this class is now presumably renamed (package name change)

@pjfanning pjfanning marked this pull request as ready for review February 4, 2023 13:49
@Seetaramayya Seetaramayya changed the title [WIP] Pekko migration Pekko migration Feb 4, 2023
build.sbt Outdated Show resolved Hide resolved
build.sbt Outdated Show resolved Hide resolved
build.sbt Outdated Show resolved Hide resolved
Copy link
Contributor

@pjfanning pjfanning left a comment

Choose a reason for hiding this comment

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

lgtm - thanks

@pjfanning pjfanning merged commit a98a7bd into apache:main Feb 5, 2023
@pjfanning
Copy link
Contributor

Merged - @Seetaramayya has an iCLA on file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants