basimons
basimons
This seems like a very nice feature as just converting your bucket to a 1 second or 1 minute bucket can be undesirable. Since with larger time units you can...
I figured out yesterday that if you create this mapping inline, by using an annotation it does work as expected.
Thanks for your response. I tried looking for a unit test, but I couldn't find one. I did however find the `ApacheAvroparserImpl`. When I implemented it like this: ```java try...
I made some changes, as of course the code that I showed in my first message does not fully make sense. You cannot not write a value, even if it...
Ah thanks, didn't know that. I tried it, but as you said it did indeed not work. Whats weird, I even tried decoding it with the apache avro library myself....
I finally get it. In your kafka cluster it saves the writing schema with it. If you parse it like this: ``` Schema avroSchema = ((AvroSchema) schema).getAvroSchema(); GenericDatumReader objectGenericDatumReader =...
Just to comment for other people having this issue, but you probably have Nrank > Nchannels, so if you reduce your Nrank it probably fixes it.
Yeah, I also had this issue. You can fix it by doing this though: ``` @Configuration public class MfaConfiguration { @Bean public TimeProvider timeProvider() { return new SystemTimeProvider(); } @Bean...
FYI I have signed the CLA a while ago, but its not showing up.
Hmm, I checked, but it does not seem that that is the case. I did some extra checking, and I see that a lot of these byte buffers point to...