Skip to content

Commit

Permalink
Adds the rest of the kafka producer properties
Browse files Browse the repository at this point in the history
  • Loading branch information
hitchan committed Apr 23, 2020
1 parent 40e2490 commit 3286c54
Show file tree
Hide file tree
Showing 3 changed files with 212 additions and 206 deletions.
202 changes: 0 additions & 202 deletions LICENSE

This file was deleted.

54 changes: 53 additions & 1 deletion src/main/java/com/frit/keycloak/kafka/KafkaConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,66 @@ public interface KafkaConfiguration {

String getBootstrapServers();

String getRetries();
String getClientDnsLookup();

String getMetadataMaxAge();

String getBatchSize();

String getAcknowledgments();

String getLinger();

String getRequestTimeout();

String getDeliveryTimeout();

String getClientId();

String getSendBuffer();

String getReceiveBuffer();

String getMaxRequestSize();

String getReconnectBackoff();

String getReconnectBackoffMax();

String getMaxBlock();

String getBufferMemory();

String getRetryBackoff();

String getCompressionType();

String getMetricsSampleWindow();

String getMetricsNumberSamples();

String getMetricsRecordingLevel();

String getMetricReporterClasses();

String getMaxInFlightRequestsPerConnection();

String getRetriesConfig();

String getConnectionsMaxIdle();

String getPartitionerClass();

String getInterceptorClasses();

String getEnableIdempotence();

String getTransactionalTimeout();

String getTransactionalId();

String getSecurityProviders();

String getSchemaRegistryUrl();

String getUserTopic();
Expand Down
Loading

0 comments on commit 3286c54

Please sign in to comment.