byte[] serializedValue = serializeEvent(record, scn, timestamp, row, eventBuffer, enableTracing, dbusEventsStatisticsCollector);
// Append the event to the databus event buffer
//DbusEventKey eventKey = new DbusEventKey(record.get("key"));
DbusEventKey eventKey = new DbusEventKey(record.get(keyColumnName));
DbusEventKey seederChunkKey = new DbusEventKey(record.get(_seederChunkKeyName));
short lPartitionId = _partitionFunction.getPartition(eventKey);
//short pPartitionId = PhysicalSourceConfig.DEFAULT_PHYSICAL_PARTITION.shortValue();
bEvb.appendEvent(eventKey, seederChunkKey,_pSourceId, lPartitionId, timestamp * 1000000, _sourceId,
_schemaId, serializedValue, enableTracing, isReplicated, dbusEventsStatisticsCollector);