Skip to content

Fix delete in in-memory store, and let delete return old value#73

Merged
Guozhang Wang (guozhangwang) merged 1 commit into
confluentinc:streamingfrom
guozhangwang:fixInMemoryKVDelete
Sep 23, 2015
Merged

Fix delete in in-memory store, and let delete return old value#73
Guozhang Wang (guozhangwang) merged 1 commit into
confluentinc:streamingfrom
guozhangwang:fixInMemoryKVDelete

Conversation

@guozhangwang

Copy link
Copy Markdown

ymatsuda

Currently the delete() call does not really remove the key-value pair in the tree map, making it not feasible with nullable values, and also takes unnecessary memory usage.

@ymatsuda

Copy link
Copy Markdown

lgtm

Guozhang Wang (guozhangwang) added a commit that referenced this pull request Sep 23, 2015
Fix delete in in-memory store, and let delete return old value
@guozhangwang Guozhang Wang (guozhangwang) merged commit c18bb2c into confluentinc:streaming Sep 23, 2015
@guozhangwang Guozhang Wang (guozhangwang) deleted the fixInMemoryKVDelete branch October 7, 2016 21:47
Andrew Egelhofer (andrewegel) pushed a commit that referenced this pull request Nov 16, 2021
List of commits from kafka-broker-plugins:

* Include all transitive dependencies in assembly (#71)
* Add OAuth LoginCallbackHandler for the Kafka server (#72)
* CPKAFKA-1593: Multi-tenant authorizer for CCloud (#66)
* CPKAFKA-1593: Integration tests for multi-tenant authorizer for CCloud (#67)
* CAAS-1960: Implement Phase 3.1 Metrics (#76)
* CAAS-1960: Add authenticated connections and authentication rate metrics per tenant (#77)
* Bump Confluent to 5.2.0-SNAPSHOT, Kafka to 2.2.0-SNAPSHOT
* Topic config constraints (#70)
* Remove redundant import in MultiTenantRequestContext (#79)
* 4.1.x to 5.0.x (#78)
* 5.0.x to 5.1.x (#82)
* CPKAFKA-1408: Add tenant throughput and request quota plugin (#68)
* Improve topic policy checks (#81)
* CPKAFKA-1410: Partition assignor to balance partitions at tenant level (#73)
* CPKAFKA-1694: Add partition throughput percentiles for monitoring (#84)
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