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

add alpakka-kafka prefix to version numbers #102

Merged
merged 3 commits into from
Jul 11, 2023

Conversation

pjfanning
Copy link
Contributor

Since the first pekko-connectors-kafka release is 1.0.0, we need to make sure that the alpakka-kafka version numbers in deprecation messages are explicit about the fact the version number is alpakka-kafka related.

Copy link

@nvollmar nvollmar left a comment

Choose a reason for hiding this comment

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

lgtm

@mdedetrich
Copy link
Contributor

mdedetrich commented Jul 11, 2023

@pjfanning Can we use the same naming scheme we did for Pekko core for @deprecated, i.e. using https://github.com/apache/incubator-pekko/blob/b0fdac259bd57fdd481483f3fe9a7aec6e1ff38a/cluster-typed/src/main/scala/org/apache/pekko/cluster/typed/ClusterSingleton.scala#L307 we should have

@deprecated("use `Committer.flow` or `Committer.sink` instead of direct usage", "Alpakka Kafka 2.0.0")

and not

@deprecated("use `Committer.flow` or `Committer.sink` instead of direct usage", "alpakka-kafka 2.0.0")

Copy link
Contributor

@mdedetrich mdedetrich left a comment

Choose a reason for hiding this comment

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

lgtm

@pjfanning pjfanning closed this Jul 11, 2023
@pjfanning pjfanning reopened this Jul 11, 2023
@pjfanning pjfanning merged commit a9ba81a into apache:main Jul 11, 2023
25 of 28 checks passed
@pjfanning pjfanning deleted the versioning branch July 11, 2023 12:37
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.

4 participants