Skip to content
Snippets Groups Projects
  • Seok Won's avatar
    42444e1b
    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
    History
    Create Optimized Producer for Twitter
    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