question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Apache thrift support

See original GitHub issue

I’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:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
patricknazarcommented, Jun 19, 2019

@ninxxxxx kafka support issue #2361

1reaction
ninxxxxxcommented, Nov 5, 2018

@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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found