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

Add support for SSL, SASL_PLAIN, and SASL_SSL listeners in kafka brokers. #28

Merged
merged 54 commits into from
Dec 13, 2018

Commits on Dec 9, 2018

  1. WIP for sasl support

    Crim committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    955f006 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. WIP - add customized listeners?

    Crim committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    478acd4 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. Configuration menu
    Copy the full SHA
    c8e21ae View commit details
    Browse the repository at this point in the history
  2. Continued work in progress

    Crim committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    b258112 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8992da0 View commit details
    Browse the repository at this point in the history
  4. Initial cleanup

    Crim committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    09166ac View commit details
    Browse the repository at this point in the history
  5. Update JAAS variable for tests

    Crim committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    761b331 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f203439 View commit details
    Browse the repository at this point in the history
  7. Bump release version to 3.1.0

    Crim committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    7180b56 View commit details
    Browse the repository at this point in the history
  8. Fix changed behavior in test

    Crim committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    c69976c View commit details
    Browse the repository at this point in the history
  9. Cleanup

    Crim committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    5f2ea40 View commit details
    Browse the repository at this point in the history
  10. increase heap in travis

    Crim committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    26fc703 View commit details
    Browse the repository at this point in the history
  11. revert

    Crim committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    28cdf01 View commit details
    Browse the repository at this point in the history
  12. increase heap

    Crim committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    0354e64 View commit details
    Browse the repository at this point in the history
  13. cleanup

    Crim committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    ea00a9e View commit details
    Browse the repository at this point in the history
  14. bump heap

    Crim committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    d0e9d8e View commit details
    Browse the repository at this point in the history
  15. temp disable tests

    Crim committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    bcc11f5 View commit details
    Browse the repository at this point in the history
  16. temp disable tests

    Crim committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    9a7528d View commit details
    Browse the repository at this point in the history
  17. Switch client auth to requested

    Crim committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    1063ab1 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Fix compilation error

    Crim committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    cbf7b1a View commit details
    Browse the repository at this point in the history
  2. Disable tests

    Crim committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    40801d8 View commit details
    Browse the repository at this point in the history
  3. Disable hostname verification

    Crim committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    d1dd7b5 View commit details
    Browse the repository at this point in the history
  4. Use localhost

    Crim committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    eec807d View commit details
    Browse the repository at this point in the history
  5. be more selective on logs

    Crim committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    96ec524 View commit details
    Browse the repository at this point in the history
  6. Move to generate certificates

    Crim committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    7e9a4b1 View commit details
    Browse the repository at this point in the history
  7. add gitignore

    Crim committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    ee51f76 View commit details
    Browse the repository at this point in the history
  8. Update default hostname

    Crim committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    c4aaa81 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2676ebd View commit details
    Browse the repository at this point in the history
  10. Update test cases

    Crim committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    b98bf03 View commit details
    Browse the repository at this point in the history
  11. fix violations

    Crim committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    b7901e4 View commit details
    Browse the repository at this point in the history
  12. Add test cases for junit5

    Crim committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    65111dc View commit details
    Browse the repository at this point in the history
  13. Add additional test cases

    Crim committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    fb60412 View commit details
    Browse the repository at this point in the history
  14. Code cleanup

    Crim committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    d515205 View commit details
    Browse the repository at this point in the history
  15. General code cleanup

    Crim committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    bb33a82 View commit details
    Browse the repository at this point in the history
  16. Fix method scope

    Crim committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    52d04a1 View commit details
    Browse the repository at this point in the history
  17. Update README

    Crim committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    2a3a35f View commit details
    Browse the repository at this point in the history
  18. Update README

    Crim committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    380386e View commit details
    Browse the repository at this point in the history
  19. Update README

    Crim committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    48f3096 View commit details
    Browse the repository at this point in the history
  20. Bump heapsize

    Crim committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    68cffc1 View commit details
    Browse the repository at this point in the history
  21. Give the test additional time

    Crim committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    a8d1c20 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    93b5bce View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b15e7d4 View commit details
    Browse the repository at this point in the history
  24. fix test

    Crim committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    ba4bad8 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b7becdc View commit details
    Browse the repository at this point in the history
  26. Enable clean shutdown

    Crim committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    4164a28 View commit details
    Browse the repository at this point in the history
  27. Enable clean shutdown

    Crim committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    0ffed6b View commit details
    Browse the repository at this point in the history
  28. condense test cases

    Crim committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    b018974 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. add debug log

    Crim committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    136f3ac View commit details
    Browse the repository at this point in the history
  2. debug log

    Crim committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    30ba5ed View commit details
    Browse the repository at this point in the history
  3. debug log

    Crim committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    68df9f7 View commit details
    Browse the repository at this point in the history
  4. more debug

    Crim committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    f13130a View commit details
    Browse the repository at this point in the history
  5. more debug

    Crim committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    2472a24 View commit details
    Browse the repository at this point in the history
  6. remove debug + test cases'

    Crim committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    08be7d9 View commit details
    Browse the repository at this point in the history
  7. remove travis options

    Crim committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    eaf843b View commit details
    Browse the repository at this point in the history