()
| 79 | KAFKA_MAX_MESSAGES_PER_PARTITION * KAFKA_BYTES_PER_MESSAGE; |
| 80 | |
| 81 | export const isKafkaConfigured = (): boolean => KAFKA_BROKERS.length > 0; |
| 82 | |
| 83 | export const shouldUseKafka = (): boolean => isKafkaConfigured(); |
| 84 |
no outgoing calls
no test coverage detected