[jira] [Updated] (KARAF-5454) Collector socket - Add UDP protocol support

2017-11-02 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/KARAF-5454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Baptiste Onofré updated KARAF-5454:

Affects Version/s: (was: decanter-1.4.0)

> Collector socket - Add UDP protocol support
> ---
>
> Key: KARAF-5454
> URL: https://issues.apache.org/jira/browse/KARAF-5454
> Project: Karaf
>  Issue Type: Improvement
>  Components: decanter
>Reporter: Francois Papon
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: decanter-1.5.0
>
>
> Syslog send data with the UDP protocol and actually, it doesn't work
> with the collector-socket version.
> We could use a DatagramServer instead of a ServerSocket for UDP.
> Modifications :
> - Add a new properties in the collector cfg file to define the protocol :
> # Protocol tcp(default) or udp
> #protocol=tcp
> - Instanciate a DatagramServer in the case of udp protocol is define in
> the cfg (org.apache.karaf.decanter.collector.socket.SocketCollector)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (KARAF-5454) Collector socket - Add UDP protocol support

2017-11-02 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/KARAF-5454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Baptiste Onofré updated KARAF-5454:

Fix Version/s: decanter-1.5.0

> Collector socket - Add UDP protocol support
> ---
>
> Key: KARAF-5454
> URL: https://issues.apache.org/jira/browse/KARAF-5454
> Project: Karaf
>  Issue Type: Improvement
>  Components: decanter
>Affects Versions: decanter-1.4.0
>Reporter: Francois Papon
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: decanter-1.5.0
>
>
> Syslog send data with the UDP protocol and actually, it doesn't work
> with the collector-socket version.
> We could use a DatagramServer instead of a ServerSocket for UDP.
> Modifications :
> - Add a new properties in the collector cfg file to define the protocol :
> # Protocol tcp(default) or udp
> #protocol=tcp
> - Instanciate a DatagramServer in the case of udp protocol is define in
> the cfg (org.apache.karaf.decanter.collector.socket.SocketCollector)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (KARAF-5454) Collector socket - Add UDP protocol support

2017-11-02 Thread Francois Papon (JIRA)

 [ 
https://issues.apache.org/jira/browse/KARAF-5454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Francois Papon updated KARAF-5454:
--
Description: 
Syslog send data with the UDP protocol and actually, it doesn't work
with the collector-socket version.

We could use a DatagramServer instead of a ServerSocket for UDP.

Modifications :

- Add a new properties in the collector cfg file to define the protocol :

# Protocol tcp(default) or udp
#protocol=tcp

- Instanciate a DatagramServer in the case of udp protocol is define in
the cfg (org.apache.karaf.decanter.collector.socket.SocketCollector)

  was:
Syslog send data with the UDP protocol and actually, it doesn't work
with the collector-socket version.

We could use a DatagramServer instead of a ServerSocket for UDP.

The modifications are :

- Add a new properties in the collector cfg file to define the protocol :

# Protocol tcp(default) or udp
#protocol=tcp

- Instanciate a DatagramServer in the case of udp protocol is define in
the cfg (org.apache.karaf.decanter.collector.socket.SocketCollector)


> Collector socket - Add UDP protocol support
> ---
>
> Key: KARAF-5454
> URL: https://issues.apache.org/jira/browse/KARAF-5454
> Project: Karaf
>  Issue Type: Improvement
>  Components: decanter
>Affects Versions: decanter-1.4.0
>Reporter: Francois Papon
>Priority: Minor
>
> Syslog send data with the UDP protocol and actually, it doesn't work
> with the collector-socket version.
> We could use a DatagramServer instead of a ServerSocket for UDP.
> Modifications :
> - Add a new properties in the collector cfg file to define the protocol :
> # Protocol tcp(default) or udp
> #protocol=tcp
> - Instanciate a DatagramServer in the case of udp protocol is define in
> the cfg (org.apache.karaf.decanter.collector.socket.SocketCollector)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)