mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-25 10:10:32 -06:00
Merge pull request #420 from eolivelli/fix/pulsar-remove-debug
Pulsar Driver: remove debug log that breaks Schema.AUTO_CONSUME() usage
This commit is contained in:
commit
a3c445ba12
@ -277,7 +277,6 @@ public class PulsarActivity extends SimpleActivity implements ActivityDefObserve
|
||||
throw new RuntimeException("Unsupported schema type string: " + schemaType + "; " +
|
||||
"Only primitive type, Avro type and AUTO_CONSUME are supported at the moment!");
|
||||
}
|
||||
logger.info("Generated schema from {}={} {}={}: {}", schemaTypeConfEntry, value, schemaDefinitionConfEntry, schemaDefinition, result.getSchemaInfo().getSchemaDefinition());
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user