Fix credo findings
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
defmodule ConsumerOffsetsGenConsumer do
|
defmodule ConsumerOffsetsGenConsumer do
|
||||||
|
|
||||||
|
@moduledoc """
|
||||||
|
Genserver implementation to consume new messages on topic '__consumer_offsets'
|
||||||
|
"""
|
||||||
|
|
||||||
use KafkaEx.GenConsumer
|
use KafkaEx.GenConsumer
|
||||||
|
|
||||||
alias KafkaEx.Protocol.Fetch.Message
|
alias KafkaEx.Protocol.Fetch.Message
|
||||||
|
|||||||
@@ -1,4 +1,9 @@
|
|||||||
defmodule KafkaexLagExporter do
|
defmodule KafkaexLagExporter do
|
||||||
|
|
||||||
|
@moduledoc """
|
||||||
|
Supervisor to start the '__consumer__offsets' watcher child
|
||||||
|
"""
|
||||||
|
|
||||||
use Application
|
use Application
|
||||||
|
|
||||||
def start(_type, _args) do
|
def start(_type, _args) do
|
||||||
|
|||||||
Reference in New Issue
Block a user