We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please answer these questions before submitting your issue. Thanks!
cd deploy/docker-compose docker compose up
vsctl eventbus create eventbus --name "regression_pubsub" --eventlog "4" vsctl subscription create --name "regression_pubsub" \ --eventbus "regression_pubsub" \ --sink "host.docker.internal:18080" \ --protocol "grpc"
EVENTBUS=regression_pubsub VANUS_GATEWAY=[127.0.0.1:8080](http://127.0.0.1:8080/) go run test/regression/pubsub/main.go
+-----+------------------+-------------------+---------+-------------------+----------------------------+-------------+----------+----------------+--------+---------------------------------+--------+-------------+---------------------------+---------------------------+ | NO. | ID | NAME | DISABLE | EVENTBUS | SINK | DESCRIPTION | PROTOCOL | SINKCREDENTIAL | CONFIG | OFFSETS | FILTER | TRANSFORMER | CREATED_AT | UPDATED_AT | +-----+------------------+-------------------+---------+-------------------+----------------------------+-------------+----------+----------------+--------+---------------------------------+--------+-------------+---------------------------+---------------------------+ | | | | | | | | | | | [ | | | | | | | | | | | | | | | | { | | | | | | | | | | | | | | | | "offset": 69096, | | | | | | | | | | | | | | | | "event_log_id": 17263886352 | | | | | | | | | | | | | | | | }, | | | | | | | | | | | | | | | | { | | | | | | | | | | | | | | | | "offset": 123520, | | | | | | | | | | | | | | | | "event_log_id": 17414750224 | | | | | | | | | | | | | | | | }, | | | | | | | | | | | | | | | | { | | | | | | 1 | 0000000C78000010 | regression_pubsub | false | regression_pubsub | host.docker.internal:18080 | | grpc | null | {} | "offset": 91072, | null | null | 2023-02-07T14:20:18+08:00 | 2023-02-07T14:20:18+08:00 | | | | | | | | | | | | "event_log_id": 17213489168 | | | | | | | | | | | | | | | | }, | | | | | | | | | | | | | | | | { | | | | | | | | | | | | | | | | "offset": 123528, | | | | | | | | | | | | | | | | "event_log_id": 17247109136 | | | | | | | | | | | | | | | | }, | | | | | | | | | | | | | | | | { | | | | | | | | | | | | | | | | "event_log_id": 1728184336 | | | | | | | | | | | | | | | | } | | | | | | | | | | | | | | | | ] | | | | | +-----+------------------+-------------------+---------+-------------------+----------------------------+-------------+----------+----------------+--------+---------------------------------+--------+-------------+---------------------------+---------------------------+
the event_log_id 17263886352 and 17213489168 can come up with the latest offset
17263886352
17213489168
see docker-compose.yml
The text was updated successfully, but these errors were encountered:
xdlbdy
Successfully merging a pull request may close this issue.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
cd deploy/docker-compose docker compose up
2. What did you expect to see? (Required)
3. What did you see instead (Required)
the event_log_id
17263886352
and17213489168
can come up with the latest offset4. What is your Vanus version? (Required)
see docker-compose.yml
The text was updated successfully, but these errors were encountered: