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

deletion semantics #38

Merged
merged 1 commit into from
Sep 29, 2017
Merged

deletion semantics #38

merged 1 commit into from
Sep 29, 2017

Conversation

SamiHiltunen
Copy link
Contributor

  • Adds nil support for Kafka's nil message semantics. Receiving a nil
    message in a View will now remove the associated key from the local
    cache.

  • Adds Delete() method on Context. Calling delete will evict the key
    from the local cache and send a nil message to the group table in
    Kafka under the associated key.

* Adds nil support for Kafka's nil message semantics. Receiving a nil
  message in a View will now remove the associated key from the local
  cache.

* Adds Delete() method on Context. Calling delete will evict the key
  from the local cache and send a nil message to the group table in
  Kafka under the associated key.
Copy link
Collaborator

@db7 db7 left a comment

Choose a reason for hiding this comment

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

awesome

@db7 db7 merged commit f475664 into master Sep 29, 2017
@db7 db7 deleted the context-delete branch September 29, 2017 13:59
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