properties.put("buffer.memory", "33554432"); Producer<String, String> producer = new KafkaProducer<String, String>(properties); for (int i = 0; i < 10; i++) { ProducerRecord<String, String> record = new ProducerRecord<String, String>("topic1", Integer.toString(i), Integer.toString(i...
go-testdeep - Extremely flexible golang deep comparison, extends the go testing package. go-vcr - Record and replay your HTTP interactions for fast, deterministic and accurate tests. goblin - Mocha like testing framework fo Go. goc - Goc is a comprehensive coverage testing system for The Go ...
Primary memory allocation are done from a global buffer pool xmit.Buf, in kcp-go, when we need to allocate some bytes, we can get from that pool, and a fixed-capacity 1500 bytes(mtuLimit) will be returned, the rx queue, tx queue and fec queue all receive bytes from there, and they...
It can buffer messages and hot-swap connections if needed. peerdiscovery - Pure Go library for cross-platform local peer discovery using UDP multicast portproxy - Simple TCP proxy which adds CORS support to API's which don't support it. publicip - Package publicip returns your public facing ...
deque - Fast ring-buffer deque (double-ended queue). dict - Python-like dictionaries (dict) for Go. encoding - Integer Compression Libraries for Go. go-adaptive-radix-tree - Go implementation of Adaptive Radix Tree. go-datastructures - Collection of useful, performant, and thread-safe data st...
SYSLOG_ACTION_SIZE_BUFFER = 10 2861 ) 2862 2863 const ( 2864 DEVLINK_CMD_UNSPEC = 0x0 2865 DEVLINK_CMD_GET = 0x1 2866 DEVLINK_CMD_SET = 0x2 2867 DEVLINK_CMD_NEW = 0x3 2868 DEVLINK_CMD_DEL = 0x4 2869 DEVLINK_CMD_PORT_GET = 0x5 2870 DEVLINK_CMD_PORT_SET = 0x6 2871 DEVLINK_...
buffstreams - Streaming protocolbuffer data over TCP made easy. canopus - CoAP Client/Server implementation (RFC 7252). cidranger - Fast IP to CIDR lookup for Go. dhcp6 - Package dhcp6 implements a DHCPv6 server, as described in RFC 3315. dns - Go library for working with DNS. ether -...