|
9d7bee9262
|
Add renovate.json
|
2023-09-01 22:26:09 +00:00 |
|
|
596d1cb77d
|
Readme: fix main branch to master
|
2022-09-12 18:03:29 +03:00 |
|
|
d16da5de97
|
Rename tests to phpunit
|
2022-09-12 18:03:14 +03:00 |
|
|
4eeb3e424c
|
Explode ci.yaml workflow
|
2022-09-12 17:59:08 +03:00 |
|
|
d79c491578
|
Tests with nsqd and utilities
|
2022-09-12 17:59:08 +03:00 |
|
|
d7a289d5c9
|
Readme: add telegram badge
|
2022-09-11 23:15:35 +03:00 |
|
|
350f08c2c1
|
Fix and suppress static analyze errors
|
2022-09-11 23:07:46 +03:00 |
|
|
bd8d13692f
|
Remove infection, revert dg/bypass-finals
|
2022-09-11 22:15:11 +03:00 |
|
|
9414042f57
|
Bump min req php ^8.1
|
2022-09-11 22:10:39 +03:00 |
|
|
c88fdb6354
|
Bump dependencies
|
2022-09-11 22:05:17 +03:00 |
|
|
3bf8444e06
|
tests: add testNegotiationPayload
|
2022-09-11 22:03:37 +03:00 |
|
|
d4b29c69db
|
Fix some psalm/phpstan errors
|
2021-09-19 02:34:53 +03:00 |
|
|
381ba88f8d
|
Simplify discovery producer example
|
2021-09-19 02:13:11 +03:00 |
|
|
43ab797ee0
|
Add Makefile
|
2021-09-19 02:10:09 +03:00 |
|
|
45048320a8
|
Lookup: graceful shutdown
|
2021-09-19 01:57:53 +03:00 |
|
|
be696f17b5
|
Lookup: reconnections
|
2021-09-19 01:30:30 +03:00 |
|
|
d0307b47e6
|
Fix wrong return type
|
2021-09-19 00:44:31 +03:00 |
|
|
bac144582e
|
Use psalm-return instead of return for generics
|
2021-09-19 00:44:20 +03:00 |
|
|
5e43f9b0df
|
Prevent multiple watchers for one topic
|
2021-09-19 00:42:26 +03:00 |
|
|
e1725ea140
|
Return bool from public api of Producer and Consumer to indicate of success of process and prevent throwing exception from it
|
2021-09-19 00:42:26 +03:00 |
|
|
b130b09a82
|
Decrease default ready count to 100
|
2021-09-18 23:17:53 +03:00 |
|
|
155e896543
|
Unset previous producers on lookup newer
|
2021-09-18 23:01:56 +03:00 |
|
|
2c07fb1aca
|
Remove unnecessary Producer::run and Consumer::run
|
2021-09-18 22:55:44 +03:00 |
|
|
97b3d8206c
|
Refactor logging
|
2021-09-18 22:55:44 +03:00 |
|
|
c8cd41777f
|
Close connection on error while read or write
|
2021-09-18 22:46:03 +03:00 |
|
|
fcd1f256ff
|
Add Connection::onCallback, chain callbacks onClose
|
2021-09-18 22:39:43 +03:00 |
|
|
530b03974e
|
Graceful close connection
|
2021-09-18 22:17:43 +03:00 |
|
|
083bc44c9c
|
Decouple Consumer and Producer from direct call Streams
|
2021-09-18 22:17:43 +03:00 |
|
|
aa3333bfba
|
Stream::close can throw Amp\ByteStream\ClosedException
|
2021-09-18 22:14:56 +03:00 |
|
|
679573ad0a
|
update readme
|
2021-09-15 01:54:35 +03:00 |
|
|
32f226942e
|
Add discovery examples
|
2021-09-15 01:53:20 +03:00 |
|
|
dbe312ddf1
|
Lookup fix cancelling topic watcher
|
2021-09-15 01:35:26 +03:00 |
|
|
47194b30f3
|
Refactor Lookup
|
2021-09-15 01:26:47 +03:00 |
|
|
5bab748952
|
Add Lookup/Producer::toTcpUri
|
2021-09-15 01:26:20 +03:00 |
|
|
43b92e9bb9
|
cs fix
|
2021-09-15 01:26:06 +03:00 |
|
|
c505d62533
|
Add logging on Consumer disconnected
|
2021-09-15 01:26:00 +03:00 |
|
|
f3f67bedd3
|
add Connection::onClose
|
2021-09-15 01:25:47 +03:00 |
|
|
af4e86d219
|
php-cs-fixer add types_spaces rule
|
2021-09-15 01:25:27 +03:00 |
|
|
53d7813198
|
Add Connection::isConnected()
|
2021-09-13 23:49:52 +03:00 |
|
|
56cdda1a0d
|
Add some logs
|
2021-09-13 23:49:15 +03:00 |
|
|
7984d09e83
|
Return Failure on try to write to NullStream
|
2021-09-13 23:48:17 +03:00 |
|
|
3c7686405d
|
Dynamic log level on LookupException
|
2021-09-13 23:47:45 +03:00 |
|
|
6428a1ec33
|
Make Lookup/{Response,Producer} compatible to /nodes endpoint
|
2021-09-13 23:47:20 +03:00 |
|
|
65adecde3f
|
Leave one nsq service in favor of use docker-compose scale
|
2021-09-13 23:46:24 +03:00 |
|
|
e3e83212c4
|
deflate
|
2021-09-04 01:56:49 +03:00 |
|
|
ca2c2ee633
|
Lookup (#14)
|
2021-09-04 01:55:34 +03:00 |
|
|
e9dce19e25
|
Fix: Message::touch must not mark message as processed
|
2021-07-08 18:35:31 +03:00 |
|
|
a913fb0907
|
Add rdyCount to ClientConfig
|
2021-07-08 17:41:59 +03:00 |
|
|
6c8c30a1bd
|
Bump ergebnis/composer-normalize to 2.15
|
2021-06-17 18:23:56 +03:00 |
|
|
a08bccac45
|
phpstan: ignore Return type of call to method PHPUnit\Framework\TestCase::createMock() contains unresolvable type.
|
2021-06-17 16:28:24 +03:00 |
|