Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-8815

[web page] default value of producerPoolMinEvictableIdle

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 2.16.0
    • camel-netty
    • Unknown

    Description

      Netty component page (http://camel.apache.org/netty.html) describes that
      producerPoolMinEvictableIdle is 30,000 (30s). But it should be 300,000 (300s).

      See NettyConfiguration.java,

      @UriParam(label = "producer", defaultValue = "" + 5 * 60 * 1000L)
      private long producerPoolMinEvictableIdle = 5 * 60 * 1000L;

      camel-netty4 has same issue.

      Attachments

        Activity

          People

            njiang Willem Jiang
            ssogabe Seiji Sogabe
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: