Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fix formatting

Table of Contents

Status

Current state"Under Discussion"

Discussion thread:

JIRA

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyKAFKA-4423

...

The other side of the coin is that Java 8 adds a number of compelling features: 

  • Lambda expressions and method references (particularly useful for the Kafka Streams DSL)

...

  • Lots of improvements to java.util.concurrent (CompletableFuture, DoubleAdder, DoubleAccumulator, StampedLock, LongAdder, LongAccumulator)

...

  • Other nice things: SplittableRandom, Optional (and many others I have not mentioned)

...