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

Encryption support producer #560

Merged
merged 18 commits into from
Sep 3, 2021

Commits on Jul 7, 2021

  1. add ability to encrypt messages

    - use base crypto package for encryption
    PGarule authored and PGarule committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    d8bb8fe View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. fix typo

    PGarule authored and PGarule committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    aa40a8d View commit details
    Browse the repository at this point in the history
  2. lint fixes

    PGarule authored and PGarule committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    3b8d912 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. address review suggestions

    PGarule authored and PGarule committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    e1a8108 View commit details
    Browse the repository at this point in the history
  2. revert go mod

    PGarule authored and PGarule committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    d200b7c View commit details
    Browse the repository at this point in the history
  3. remove encryption context

     - move it to Consumer MR
    PGarule authored and PGarule committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    feaf120 View commit details
    Browse the repository at this point in the history
  4. try to fix check issues

    PGarule authored and PGarule committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    a2bd72b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f204347 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. remove unused code

    PGarule authored and PGarule committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    a561923 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'encryption-support-ext-producer' of https://github.com/…

    …Fanatics/pulsar-client-go into encryption-support-ext-producer
    PGarule authored and PGarule committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    559dbaf View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. remove embedded crypto struct

    PGarule authored and PGarule committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    d7246bc View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. review suggestions

    PGarule authored and PGarule committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    62937c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. remove duplicate log

    PGarule authored and PGarule committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    39d43b2 View commit details
    Browse the repository at this point in the history
  2. lint code style issue fix

    PGarule authored and PGarule committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    d88b04e View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. return error from flush methods on serialization error

    PGarule authored and PGarule committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    41b10bc View commit details
    Browse the repository at this point in the history
  2. update test case and do lazy data key generation

    PGarule authored and PGarule committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    c362133 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. address review changes

    PGarule authored and PGarule committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    06c7612 View commit details
    Browse the repository at this point in the history
  2. add comments on test case

    PGarule authored and PGarule committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    4dc8ddb View commit details
    Browse the repository at this point in the history