Apache thrift support
See original GitHub issueI’m submitting a…
[ ] Regression
[ ] Bug report
[ ] Feature request
[ ] Documentation issue or request
[x] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
Current behavior
Expected behavior
As we can say in the document, nestjs has already supported gRPC
as a way to implement microservices. But also, Apache Thrift
is a good way too, and compare with gRPC, thrift has its advantage over gRPC in some aspects. So I wonder if nestjs can support thrift as one another choice to implement microservice architecture.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Apache Thrift - Home
The Apache Thrift software framework, for scalable cross-language services development, combines a software stack with a code generation engine to build ...
Read more >Apache Thrift - GitHub
Thrift makes it easy for programs written in different programming languages to share data and call remote procedures. With support for 28 programming...
Read more >Apache Thrift - Wikipedia
Thrift is an interface definition language and binary communication protocol used for defining and creating services for numerous programming languages.
Read more >Introduction to Thrift — Thrift Tutorial 1.0 documentation
Apache Thrift is a set of code-generation tools that allows developers to build RPC clients and servers by just defining the data types...
Read more >Working with Apache Thrift - Baeldung
Thrift uses a special Interface Description Language (IDL) to define data types and service interfaces which are stored as .thrift files and ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@ninxxxxx kafka support issue #2361
@kamilmysliwiec as the topic is about Apache, is there a chance to support Kafka ? or can someone give me an example to create microservices with Kafka thank you … i’m new with nest