Cédric Chantepie
Cédric Chantepie
Same for me with 2.12.4
Still not fixed (also related https://forum.confluent.io/t/issues-with-optional-fields-when-using-avro-schema/1628)
Makes sure to have `routesGenerator := InjectedRoutesGenerator` in your Play/SBT build
``` java.lang.OutOfMemoryError: Direct buffer memory at java.nio.Bits.reserveMemory(Bits.java:658) at java.nio.DirectByteBuffer.(DirectByteBuffer.java:123) at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:311) at sun.nio.ch.Util.getTemporaryDirectBuffer(Util.java:174) at sun.nio.ch.IOUtil.read(IOUtil.java:195) at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:379) at org.apache.kafka.common.network.PlaintextTransportLayer.read(PlaintextTransportLayer.java:110) at org.apache.kafka.common.network.NetworkReceive.readFromReadableChannel(NetworkReceive.java:97) at org.apache.kafka.common.network.NetworkReceive.readFrom(NetworkReceive.java:71) at org.apache.kafka.common.network.KafkaChannel.receive(KafkaChannel.java:169) at org.apache.kafka.common.network.KafkaChannel.read(KafkaChannel.java:150) at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:355) at...
I'm wondering whether it's not trigger by the `ConsumerStage`, as I cannot reproduce it in the same env directly using the Kafka client.
Then it's important to clearly state that point in the migration guide. I haven't personally seen anything about (neither in the source quote).
The tutorial doesn't indicate that unlike Scala 2 macro there is no need to do anything special to have fresh term name, so that's different issue.
It was extracted, as useful, and no longer works
https://github.com/akka/akka/issues/21028#issuecomment-241988273