-
Notifications
You must be signed in to change notification settings - Fork 837
New issue
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
feat(streamv2): support ttheader streaming #1541
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license-eye has totally checked 693 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
618 | 46 | 29 | 0 |
Click to see the invalid file list
- client/streamxclient/streamxcallopt/call_option.go
- client/streamxclient/client.go
- client/streamxclient/client_gen.go
- client/streamxclient/client_option.go
- client/client_streamx.go
- pkg/streamx/provider/jsonrpc/client_option.go
- pkg/streamx/provider/jsonrpc/client_provier.go
- pkg/streamx/provider/jsonrpc/jsonrpc_gen_test.go
- pkg/streamx/provider/jsonrpc/jsonrpc_impl_test.go
- pkg/streamx/provider/jsonrpc/jsonrpc_test.go
- pkg/streamx/provider/jsonrpc/metadata.go
- pkg/streamx/provider/jsonrpc/protocol.go
- pkg/streamx/provider/jsonrpc/server_option.go
- pkg/streamx/provider/jsonrpc/server_provider.go
- pkg/streamx/provider/jsonrpc/stream.go
- pkg/streamx/provider/jsonrpc/transport.go
- pkg/streamx/provider/jsonrpc/transport_test.go
- pkg/streamx/provider/ttstream/client_option.go
- pkg/streamx/provider/ttstream/client_provier.go
- pkg/streamx/provider/ttstream/client_trans_pool.go
- pkg/streamx/provider/ttstream/frame.go
- pkg/streamx/provider/ttstream/frame_test.go
- pkg/streamx/provider/ttstream/metadata.go
- pkg/streamx/provider/ttstream/mock_test.go
- pkg/streamx/provider/ttstream/server_option.go
- pkg/streamx/provider/ttstream/server_provider.go
- pkg/streamx/provider/ttstream/stream.go
- pkg/streamx/provider/ttstream/stream_io.go
- pkg/streamx/provider/ttstream/stream_metadata.go
- pkg/streamx/provider/ttstream/transport.go
- pkg/streamx/provider/ttstream/transport_test.go
- pkg/streamx/provider/ttstream/ttstream_client_test.go
- pkg/streamx/provider/ttstream/ttstream_common_test.go
- pkg/streamx/provider/ttstream/ttstream_gen_codec_test.go
- pkg/streamx/provider/ttstream/ttstream_gen_service_test.go
- pkg/streamx/provider/ttstream/ttstream_server_test.go
- pkg/streamx/client_provider.go
- pkg/streamx/client_provider_internal.go
- pkg/streamx/server_provider.go
- pkg/streamx/server_provider_internal.go
- pkg/streamx/stream.go
- pkg/streamx/stream_args.go
- pkg/streamx/stream_middleware.go
- server/streamxserver/server.go
- server/streamxserver/server_gen.go
- server/streamxserver/server_option.go
09a8cf7
to
ac990a5
Compare
39ffc25
to
1d20e07
Compare
3ccd7b0
to
e95b634
Compare
5279a09
to
4873336
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license-eye has totally checked 722 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
677 | 18 | 27 | 0 |
Click to see the invalid file list
- client/streamxclient/streamxcallopt/call_option.go
- client/streamxclient/client.go
- client/streamxclient/client_gen.go
- client/streamxclient/client_option.go
- client/client_streamx.go
- pkg/streamx/provider/ttstream/container/object_pool.go
- pkg/streamx/provider/ttstream/container/stack_test.go
- pkg/streamx/provider/ttstream/exception.go
- pkg/streamx/provider/ttstream/ttstream_error_test.go
- pkg/streamx/client_options.go
- pkg/streamx/header_trailer.go
- server/streamxserver/server.go
- server/streamxserver/server_gen.go
- server/streamxserver/server_option.go
- tool/internal_pkg/tpl/streamx/client.go
- tool/internal_pkg/tpl/streamx/handler.method.go
- tool/internal_pkg/tpl/streamx/server.go
- tool/internal_pkg/tpl/streamx/service.go
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license-eye has totally checked 723 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
677 | 19 | 27 | 0 |
Click to see the invalid file list
- client/streamxclient/streamxcallopt/call_option.go
- client/streamxclient/client.go
- client/streamxclient/client_gen.go
- client/streamxclient/client_option.go
- client/client_streamx.go
- pkg/streamx/provider/ttstream/container/object_pool.go
- pkg/streamx/provider/ttstream/container/stack_test.go
- pkg/streamx/provider/ttstream/exception.go
- pkg/streamx/provider/ttstream/ttstream_error_test.go
- pkg/streamx/client_options.go
- pkg/streamx/header_trailer.go
- pkg/streamx/stream_middleware_internal.go
- server/streamxserver/server.go
- server/streamxserver/server_gen.go
- server/streamxserver/server_option.go
- tool/internal_pkg/tpl/streamx/client.go
- tool/internal_pkg/tpl/streamx/handler.method.go
- tool/internal_pkg/tpl/streamx/server.go
- tool/internal_pkg/tpl/streamx/service.go
19781a5
to
2bdb54d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license-eye has totally checked 723 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
677 | 19 | 27 | 0 |
Click to see the invalid file list
- client/streamxclient/streamxcallopt/call_option.go
- client/streamxclient/client.go
- client/streamxclient/client_gen.go
- client/streamxclient/client_option.go
- client/client_streamx.go
- pkg/streamx/provider/ttstream/container/object_pool.go
- pkg/streamx/provider/ttstream/container/stack_test.go
- pkg/streamx/provider/ttstream/exception.go
- pkg/streamx/provider/ttstream/ttstream_error_test.go
- pkg/streamx/client_options.go
- pkg/streamx/header_trailer.go
- pkg/streamx/stream_middleware_internal.go
- server/streamxserver/server.go
- server/streamxserver/server_gen.go
- server/streamxserver/server_option.go
- tool/internal_pkg/tpl/streamx/client.go
- tool/internal_pkg/tpl/streamx/handler.method.go
- tool/internal_pkg/tpl/streamx/server.go
- tool/internal_pkg/tpl/streamx/service.go
2bdb54d
to
fe7f8cd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license-eye has totally checked 723 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
677 | 19 | 27 | 0 |
Click to see the invalid file list
- client/streamxclient/streamxcallopt/call_option.go
- client/streamxclient/client.go
- client/streamxclient/client_gen.go
- client/streamxclient/client_option.go
- client/client_streamx.go
- pkg/streamx/provider/ttstream/container/object_pool.go
- pkg/streamx/provider/ttstream/container/stack_test.go
- pkg/streamx/provider/ttstream/exception.go
- pkg/streamx/provider/ttstream/ttstream_error_test.go
- pkg/streamx/client_options.go
- pkg/streamx/header_trailer.go
- pkg/streamx/stream_middleware_internal.go
- server/streamxserver/server.go
- server/streamxserver/server_gen.go
- server/streamxserver/server_option.go
- tool/internal_pkg/tpl/streamx/client.go
- tool/internal_pkg/tpl/streamx/handler.method.go
- tool/internal_pkg/tpl/streamx/server.go
- tool/internal_pkg/tpl/streamx/service.go
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license-eye has totally checked 722 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
676 | 19 | 27 | 0 |
Click to see the invalid file list
- client/streamxclient/streamxcallopt/call_option.go
- client/streamxclient/client.go
- client/streamxclient/client_gen.go
- client/streamxclient/client_option.go
- client/client_streamx.go
- pkg/streamx/provider/ttstream/container/object_pool.go
- pkg/streamx/provider/ttstream/container/stack_test.go
- pkg/streamx/provider/ttstream/exception.go
- pkg/streamx/provider/ttstream/ttstream_error_test.go
- pkg/streamx/client_options.go
- pkg/streamx/header_trailer.go
- pkg/streamx/stream_middleware_internal.go
- server/streamxserver/server.go
- server/streamxserver/server_gen.go
- server/streamxserver/server_option.go
- tool/internal_pkg/tpl/streamx/client.go
- tool/internal_pkg/tpl/streamx/handler.method.go
- tool/internal_pkg/tpl/streamx/server.go
- tool/internal_pkg/tpl/streamx/service.go
64f704e
to
c3b6729
Compare
What type of PR is this?
feat
Check the PR title.
(Optional) Translate the PR title into Chinese.
(Optional) More detailed description for this PR(en: English/zh: Chinese).
en:
zh(optional):
(Optional) Which issue(s) this PR fixes:
(optional) The PR that updates user documentation: