Skip to content

Commit

Permalink
Add specific kafka broker configuration support
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzei committed Feb 19, 2019
1 parent 449d4a6 commit d9c5419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/ir/sahab/kafkarule/KafkaRuleTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class KafkaRuleTest {

private static Properties properties = new Properties();
static {
properties.setProperty("a","b");
properties.setProperty("message.max.bytes","5000000");
}
@ClassRule
public static KafkaRule kafkaRuleWithSpecificProperties = new KafkaRule(properties);
Expand Down

0 comments on commit d9c5419

Please sign in to comment.