Skip to content
Snippets Groups Projects
  1. Jun 21, 2019
  2. Apr 29, 2019
  3. Apr 17, 2019
  4. Mar 22, 2019
  5. Mar 21, 2019
  6. Mar 20, 2019
  7. Mar 19, 2019
  8. Mar 18, 2019
  9. Mar 16, 2019
  10. Mar 15, 2019
  11. Mar 14, 2019
  12. Mar 13, 2019
  13. Mar 12, 2019
    • José Armando García Sancio's avatar
      MINOR: Better messaging for invalid fetch response (#6427) · fd79dd06
      José Armando García Sancio authored
      Users have reported (KAFKA-7565) that when consumer poll wake up is used,
      it is possible to receive fetch responses that don't match the copied topic
      partitions collection for the session when the fetch request was created.
      
      This commit improves the error handling here by throwing an
      IllegalStateException instead of a NullPointerException. And by
      generating a message for the exception that includes a bit of more
      information.
      
      Reviewers: Jason Gustafson <jason@confluent.io>
      fd79dd06
    • Bill Bejeck's avatar
      MINOR: Use Java 8 lambdas in KStreamImplTest (#6430) · 9ecadc4d
      Bill Bejeck authored
      Just a minor cleanup to use Java 8 lambdas vs anonymous classes in this test.
      
      I ran all tests in the streams test suite
      
      Reviewers: Matthias J. Sax <mjsax@apache.org>, Guozhang Wang <wangguoz@gmail.com>
      9ecadc4d
    • cadonna's avatar
      MINOR: Avoid double null check in KStream#transform() (#6429) · 2aca6241
      cadonna authored
      Reviewers: A. Sophie Blee-Goldman <sophie@confluent.io>, Matthias J. Sax <matthias@confluent.io>
      2aca6241
Loading