[ 
https://issues.apache.org/jira/browse/METRON-950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16011499#comment-16011499
 ] 

ASF GitHub Bot commented on METRON-950:
---------------------------------------

Github user mmiklavc commented on the issue:

    https://github.com/apache/metron/pull/584
  
    @nickwallen Yeah, that's where I landed. Looking in our pcap helper class, 
I see the following.
    ```
      public static MetronEthernetDecoder createDecoder() {
        MetronEthernetDecoder ethernetDecoder = new MetronEthernetDecoder();
        IpDecoder ipDecoder = new IpDecoder();
        ethernetDecoder.register(EthernetType.IPV4, ipDecoder);
        return ethernetDecoder;
      }
    ```


> Migrate storm-kafka-client to 1.1
> ---------------------------------
>
>                 Key: METRON-950
>                 URL: https://issues.apache.org/jira/browse/METRON-950
>             Project: Metron
>          Issue Type: Improvement
>            Reporter: Casey Stella
>            Assignee: Casey Stella
>
> There are MAJOR performance issues with the storm-kafka-client.  Throughput 
> is roughly an order of magnitude faster in the 1.1.0 version vs the 1.0.3.
> This also removes the requirement for the non-HDP profile to rely on the HDP 
> repo.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to