David

Results 2 issues of David

Hi all, I am trying to send a window of logs of kinesis analytics into a single kinesis stream (output)record. I was wondering if it is possible. Thanks, David

i have a proto : ``` enumx{ VALUE1 = 0; VALUE2 = 0; } proto_test{ repeated enumx variable_test; } ``` django model ``` class modelx(ProtoBufMixin, Model): pb_model = proto_test_pb2.model pb_2_dj_fields...