Slide 42
Slide 42 text
Lessons Learned
• Build for the JVM, not for Java
• Benchmark early and often
• Implicit batching amortizes slow consumers
• Use explicit back pressure to avoid swamping
• Use Netty for IO and be happy
• Bundle your dependencies