Sha256: 52f3118115a11b6df721bc20d0b844121241470ffc4f15e228e25aa637450844

Contents?: true

Size: 136 Bytes

Versions: 10

Compression:

Stored size: 136 Bytes

Contents

class Ahoy::Store < Ahoy::Stores::KafkaStore
  def visits_topic
    "ahoy_visits"
  end

  def events_topic
    "ahoy_events"
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
ahoy_matey-1.6.1 lib/generators/ahoy/stores/templates/kafka_initializer.rb
ahoy_matey-1.6.0 lib/generators/ahoy/stores/templates/kafka_initializer.rb
ahoy_matey-1.5.5 lib/generators/ahoy/stores/templates/kafka_initializer.rb
ahoy_matey-1.5.4 lib/generators/ahoy/stores/templates/kafka_initializer.rb
ahoy_matey-1.5.3 lib/generators/ahoy/stores/templates/kafka_initializer.rb
ahoy_matey-1.5.2 lib/generators/ahoy/stores/templates/kafka_initializer.rb
ahoy_matey-1.5.1 lib/generators/ahoy/stores/templates/kafka_initializer.rb
ahoy_matey-1.5.0 lib/generators/ahoy/stores/templates/kafka_initializer.rb
ahoy_matey-1.4.2 lib/generators/ahoy/stores/templates/kafka_initializer.rb
ahoy_matey-1.4.1 lib/generators/ahoy/stores/templates/kafka_initializer.rb