eclipse-vertx / eclipse-vertx/vert.x
The DatagramSocketOptions in vertx.create DatagramSocket do not have setUseProxyProtocol and cannot be used through Channel. pipelin(). addLast (new HAProxyMessage Decoder)
- Dominant language
- Java
- Stars
- 14.7k
- Forks
- 2.1k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 28
Description
#### Read me
Read this first before creating an issue:
- do not use this issue tracker to ask questions, instead use one of these [channels](https://vertx.io/community/). Questions will likely be closed without notice.
- you shall create a feature request only when it is general purpose enough.
- make sure that the feature is not already
#### Describe the feature
vertx.createDatagramSocket udp UseProxyProtocol
#### Use cases
```java
new DatagramSocketOptions().setUseProxyProtocol(false);
```
#### Contribution
Who should implement this feature ? are you volunteering for implementing this feature or
do you know that is able and willing implement this feature ?
Contributor guide
Assessment
This issue has not been assessed yet.