@@ -268,39 +268,9 @@ public static KStream<String, FlatEventBlockRecord> flatEventBlockRecord(KStream
268268 flatEventBlockRecord .setNodeName (eventBlock .getEvent ().getNodeName ());
269269 flatEventBlockRecord .setRetries (eventBlock .getEvent ().getRetries ());
270270 flatEventBlockRecord .setStatus (getEventStatus (eventBlock .getEvent ().getStatus ()));
271+ flatEventBlockRecord .setTransactionHash (eventBlock .getEvent ().getTransactionHash ());
271272 flatEventBlockRecord .setTimestamp (eventBlock .getBlock ().getTimestamp ());
272273
273-
274- flatEventBlockRecord .setIndexedParamValue0 ("" );
275- flatEventBlockRecord .setIndexedParamValue1 ("" );
276- flatEventBlockRecord .setIndexedParamValue2 ("" );
277- flatEventBlockRecord .setIndexedParamValue3 ("" );
278- flatEventBlockRecord .setIndexedParamName0 ("" );
279- flatEventBlockRecord .setIndexedParamName1 ("" );
280- flatEventBlockRecord .setIndexedParamName2 ("" );
281- flatEventBlockRecord .setIndexedParamName3 ("" );
282- flatEventBlockRecord .setIndexedParamType0 ("" );
283- flatEventBlockRecord .setIndexedParamType1 ("" );
284- flatEventBlockRecord .setIndexedParamType2 ("" );
285- flatEventBlockRecord .setIndexedParamType3 ("" );
286-
287- flatEventBlockRecord .setNonIndexedParamValue0 ("" );
288- flatEventBlockRecord .setNonIndexedParamValue1 ("" );
289- flatEventBlockRecord .setNonIndexedParamValue2 ("" );
290- flatEventBlockRecord .setNonIndexedParamValue3 ("" );
291- flatEventBlockRecord .setNonIndexedParamValue4 ("" );
292- flatEventBlockRecord .setNonIndexedParamName0 ("" );
293- flatEventBlockRecord .setNonIndexedParamName1 ("" );
294- flatEventBlockRecord .setNonIndexedParamName2 ("" );
295- flatEventBlockRecord .setNonIndexedParamName3 ("" );
296- flatEventBlockRecord .setNonIndexedParamName4 ("" );
297- flatEventBlockRecord .setNonIndexedParamType0 ("" );
298- flatEventBlockRecord .setNonIndexedParamType1 ("" );
299- flatEventBlockRecord .setNonIndexedParamType2 ("" );
300- flatEventBlockRecord .setNonIndexedParamType3 ("" );
301- flatEventBlockRecord .setNonIndexedParamType4 ("" );
302-
303-
304274 List <Object > indexedParameteres = eventBlock .getEvent ().getIndexedParameters ();
305275 List <Object > nonIndexedParameteres = eventBlock .getEvent ().getNonIndexedParameters ();
306276
0 commit comments