1. 22 7月, 2020 1 次提交
  2. 18 5月, 2020 1 次提交
  3. 10 12月, 2019 1 次提交
  4. 12 7月, 2019 1 次提交
  5. 25 2月, 2019 1 次提交
  6. 03 11月, 2018 1 次提交
  7. 17 7月, 2018 1 次提交
  8. 12 6月, 2018 1 次提交
  9. 27 2月, 2018 1 次提交
  10. 07 11月, 2017 1 次提交
  11. 27 9月, 2017 1 次提交
  12. 11 5月, 2017 1 次提交
  13. 08 5月, 2017 1 次提交
  14. 21 12月, 2016 1 次提交
  15. 13 12月, 2016 1 次提交
  16. 02 12月, 2016 1 次提交
  17. 03 8月, 2016 1 次提交
  18. 15 6月, 2016 1 次提交
  19. 29 2月, 2016 1 次提交
  20. 23 2月, 2016 1 次提交
    • T
      [FLINK-3460] [build] Set Flink dependencies in flink-streaming-connectors,... · 939768a1
      Till Rohrmann 提交于
      [FLINK-3460] [build] Set Flink dependencies in flink-streaming-connectors, flink-batch-connectors, cep, gelly and flink-ml modules to provided
      
      The flink-streaming-connectors all depend on flink-streaming-java in compile scope.
      This entails that this dependency is always pulled in, when you build a fat jar. By
      setting this dependency to provided, this will be avoided. Furthermore, the connectors
      are always used in conjunction with flink-streaming-java. This means that you will
      always have an explicit dependency import of flink-streaming-java in your build script.
      This allows you to run your program locally but it is also easy to exclude the dependency
      from being included in the fat jar by setting it to provided, as well.
      
      This closes #1683.
      939768a1
  21. 27 1月, 2016 1 次提交
  22. 25 1月, 2016 1 次提交
  23. 01 12月, 2015 1 次提交
    • M
      [FLINK-2624] improvements to the RabbitMQ source · 9215b724
      Maximilian Michels 提交于
      The RabbitMQ source may operate in three different modes:
      
      1) Exactly-once (when checkpointed) with RabbitMQ transactions and messages with
         unique correlation IDs.
      
      2) At-least-once (when checkpointed) with RabbitMQ transactions but no
         deduplication mechanism (correlation id is not set).
      
      3) No strong delivery guarantees (without checkpointing) with RabbitMQ
         auto-commit mode.
      
      - add base class which can handle both session ids and unique ids
        - session ids are used for acknowledgment
        - unique ids are used for de-duplication
      
      - add unit test
      
      - add documentation
      
      This closes #1243.
      9215b724
  24. 23 10月, 2015 1 次提交
  25. 21 10月, 2015 1 次提交
  26. 18 6月, 2015 1 次提交
  27. 28 5月, 2015 1 次提交
  28. 20 12月, 2014 1 次提交
  29. 19 12月, 2014 2 次提交
  30. 17 12月, 2014 1 次提交
  31. 26 10月, 2014 1 次提交
  32. 23 8月, 2014 1 次提交
  33. 31 7月, 2014 1 次提交
  34. 16 7月, 2014 1 次提交
  35. 11 7月, 2014 3 次提交
  36. 29 5月, 2014 1 次提交
  37. 07 1月, 2014 1 次提交