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

KAFKA-12779: KIP-740, Clean up public API in TaskId and fix TaskMetadata#taskId() #10735

Conversation

ableegoldman
Copy link
Member

As described in KIP-740, we clean up the public TaskId class and introduce new APIs to return it from TaskMetadata

The KIP is currently under voting so this PR can't be merged yet, but it is ready to be reviewed

@ableegoldman ableegoldman force-pushed the 12779-clean-up-TaskId-and-return-on-TaskMetadata branch 2 times, most recently from d63067f to 271ae62 Compare May 20, 2021 03:06
@ableegoldman ableegoldman force-pushed the 12779-clean-up-TaskId-and-return-on-TaskMetadata branch from 271ae62 to cd58405 Compare May 20, 2021 03:57
@ableegoldman ableegoldman requested review from cadonna, vvcephei, mjsax and guozhangwang and removed request for cadonna May 20, 2021 04:14
@ableegoldman
Copy link
Member Author

@cadonna @guozhangwang @vvcephei This PR is now ready to review -- I know the KIP is not yet accepted but you can still give this a pass to see what the proposal looks like, and start the review so I can get this merged soon after the KIP is voted on

Copy link
Contributor

@guozhangwang guozhangwang left a comment

Choose a reason for hiding this comment

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

Made a pass on it, LGTM.

@ableegoldman
Copy link
Member Author

Just some unrelated failures in MetricsDuringTopicCreationDeletionTest.testMetricsDuringTopicCreateDelete(), merging to trunk

@ableegoldman ableegoldman merged commit b56d9e4 into apache:trunk May 20, 2021
ijuma added a commit to ijuma/kafka that referenced this pull request May 26, 2021
…e-allocations-lz4

* apache-github/trunk: (43 commits)
  KAFKA-12800: Configure generator to fail on trailing JSON tokens (apache#10717)
  MINOR: clarify message ordering with max in-flight requests and idempotent producer (apache#10690)
  MINOR: Add log identifier/prefix printing in Log layer static functions (apache#10742)
  MINOR: update java doc for deprecated methods (apache#10722)
  MINOR: Fix deprecation warnings in SlidingWindowedCogroupedKStreamImplTest (apache#10703)
  KAFKA-12499: add transaction timeout verification (apache#10482)
  KAFKA-12620 Allocate producer ids on the controller (apache#10504)
  MINOR: Kafka Streams code samples formating unification (apache#10651)
  KAFKA-12808: Remove Deprecated Methods under StreamsMetrics (apache#10724)
  KAFKA-12522: Cast SMT should allow null value records to pass through (apache#10375)
  KAFKA-12820: Upgrade maven-artifact dependency to resolve CVE-2021-26291
  HOTFIX: fix checkstyle issue in KAFKA-12697
  KAFKA-12697: Add OfflinePartitionCount and PreferredReplicaImbalanceCount metrics to Quorum Controller (apache#10572)
  KAFKA-12342: Remove MetaLogShim and use RaftClient directly (apache#10705)
  KAFKA-12779: KIP-740, Clean up public API in TaskId and fix TaskMetadata#taskId() (apache#10735)
  KAFKA-12814: Remove Deprecated Method StreamsConfig getConsumerConfigs (apache#10737)
  MINOR: Eliminate redundant functions in LogTest suite (apache#10732)
  MINOR: Remove unused maxProducerIdExpirationMs parameter in Log constructor (apache#10723)
  MINOR: Updating files with release 2.7.1 (apache#10660)
  KAFKA-12809: Remove deprecated methods of Stores factory (apache#10729)
  ...
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