You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#[gRPCDialout]
...
# encap = gpb
# Encapsulation pushed by client: gpb, gpbkv, gpbcompact.
# As of 6.1.1 release, we support gpb (which is a common
# header used to carry compact and k/v gpb), and we default
# to gpb. In older releases, it might be necessary to configure
# compact or k/v.
So is gpb the only encap supported? What does
"is a common header used to carry compact and k/v gpb"
mean? Is gpb kv supported or not?
In older releases, it might be necessary to configure compact or k/v.
There are no official releases on GitHub, and this is the only source code available. If gpbkv is not supported here and is supported in an older release, is it possible to get access to an older release?
[inspector]
stage = xport_output
#
# Module type: tap is only supported in xport_output stage currently.
#
type = tap
...
# encoding = json
#
# Options: json_events | gpb, gpb_kv. If format is a binary format, or
# not supported for input encoding in use (gpb if proto is available,
# gpbk/v or JSON), we fall back to hex. Default is JSON
I'm not sure I understand json_events | gpb, gpb_kv. Was that supposed to be json_events | gpb | gpb_kv?
I tried using gpb_kv, it is not a valid choice - the accepted token is gpbkv.
If format is a binary format, or
not supported for input encoding in use (gpb if proto is available,
gpbk/v or JSON), we fall back to hex
gpbkv / JSON are not supported for any input encoding?
Should that have read "gpb if proto is unavailable"?
The text was updated successfully, but these errors were encountered:
In pipeline.conf:
So is
gpb
the only encap supported? What doesmean? Is gpb kv supported or not?
There are no official releases on GitHub, and this is the only source code available. If gpbkv is not supported here and is supported in an older release, is it possible to get access to an older release?
I'm not sure I understand
json_events | gpb, gpb_kv
. Was that supposed to bejson_events | gpb | gpb_kv
?I tried using
gpb_kv
, it is not a valid choice - the accepted token isgpbkv
.gpbkv / JSON are not supported for any input encoding?
Should that have read "gpb if proto is unavailable"?
The text was updated successfully, but these errors were encountered: