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

RFC: Introduce subject package #4886

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Commits on Dec 14, 2023

  1. Introduce subject package

    The idea is to have a simple abstraction layer for a subject.
    Together with the subject string it also stores the tokenized
    form. Having this in a seperate package allows us to hide the
    internals from direct access.
    
    Signed-off-by: Sven Neumann <sven.neumann@holoplot.com>
    svenfoo committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    9ccb99b View commit details
    Browse the repository at this point in the history
  2. Use subject.Subject in consumer and start using it in stream

    Signed-off-by: Sven Neumann <sven.neumann@holoplot.com>
    svenfoo committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    ba2a78c View commit details
    Browse the repository at this point in the history