-
Since we want thriftrw to better support HTTP (and presumably other transports that use Thrift message envelopes), let's get this discussion started.
Here's an inital API proposal for sync and async …
-
## Bug Report
Encountered compilation errors when trying to compile a simple Thrift IDL using the volo crate. The errors include unknown types and incorrect handling of underscored method names, wh…
-
The update for the fix in Accumulo https://github.com/apache/accumulo/pull/1828 caused the ITs to throw `ThriftSecurityException`.
This one is from `org.apache.accumulo.proxy.its.TJsonProtocolProxyIT…
-
I have Spring framework set up with Cassandra database, everything is work fine. However, as long as I created a Cassandra super user with password, and set up the properties in persisten.xml file, it…
-
compiling Client.thrift thrift gen works well yet with thrift 0.9.2 the c client code of generated thrift implementation have errors:
``` c
if ((ret = thrift_protocol_read_string (protocol, &_elem22…
-
Hi, how can I check if the thrift connection is open/valid before I use the client method? Is there a way to know if the connection was established correctly when I'm creating a thrift client?
If I j…
-
Unit test `tools_common.asio_network_provider_connection_threshold` sometimes failed for the following error:
```
[----------] 4 tests from tools_common
[ RUN ] tools_common.asio_net_provider
…
-
hi,
hi, I use gradle to run my program.
```
// Apply the java plugin to add support for Java
apply plugin: 'java'
apply plugin: 'application'
mainClassName = "com.my.impala.fetcher.Fetcher"
// In t…
twmht updated
6 years ago
-
org.apache.thrift.transport.TTransportException
at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:132)
at org.apache.thrift.transport.TTransport.readAll(TTranspo…
-
Split from https://github.com/hibari/hibari/issues/53
Create gdss_thrift_proto application to provide a full-featured Thrift client API using Apache Thrift's Erlang library.