Skip to content
Snippets Groups Projects
  1. Dec 07, 2020
    • Seok Won's avatar
      Create Optimized Producer for Twitter · 42444e1b
      Seok Won authored
      + Create app.config to load twitter api tokens
      
      Safe + High throughput by using
      
      compression = snappy,
      linger ms = 20,
      batch size = 32 * 1024,
      acks = all,
      idempotence = true,
      retries = INT32_MAX
      max.in.flight = 5
      42444e1b
  2. Nov 30, 2020
Loading