This message was deleted.
# general
s
This message was deleted.
b
What type of lookup you are creating, could you share the json from the console for the lookup. Sometimes it takes a bit of time to have the lookup ready. Here is a blog that gives an example: https://blog.hellmar-becker.de/2021/10/14/druid-data-modeling-special-lookups-and-multi-value-dimensions/
m
Copy code
{
  "type": "kafka",
  "kafkaProperties": {
    "bootstrap.servers": "129.23.11.82:9092"
  },
  "connectTimeout": 3,
  "kafkaTopic": "TB_BUSINESS"
}
b
Hope you have followed the below link and added the require extension(
druid-lookups-cached-global
and
druid-kafka-extraction-namespace
) and restarted the services after adding the extension, you could check coordinator log for some more information on the error as well. https://druid.apache.org/docs/latest/development/extensions-core/kafka-extraction-namespace/
m
@Bibek Sahoo Hi Bibek, With the above one we have tried, and updated in the druid, but its not reflecting. we have added the below one, # Druid extensions druid_extensions_loadList=["druid-lookups-cached-global", "druid-kafka-extraction-namespace"] # Lookup Configuration druid.lookup.namespaceKafkaKv.kafkalookup.type=kafkalookup druid.lookup.namespaceKafkaKv.kafkalookup.lookupService=kafkalookup druid.lookup.namespaceKafkaKv.kafkalookup.isOneToOneMap=false druid.lookup.namespaceKafkaKv.kafkalookup.pollTimeout=5000
b
It should be in common.runtime.properties
druid.extensions.loadList
, in the above it is showing as druid_ it should be druid.
In common.runtime.properties
druid.extensions.loadList
should be present before, you just need to add the new ones.
m
actually we have installed the druid in Docker-compose, so we will add it in the common environment file.
b
ok
m
we have added all extension but same error found
if any other values add in data source side?
SELECT "__time", "E990_BUSINESS_ID", "IS_DELETED", "USER_ID", "EMAIL_ADDRESS", "kafka.timestamp", "BUSINESS_ID", "BUSINESS_NAME", "EIN", "UPDATE_TIME_STAMP" FROM "TB_ACA_ETF_HUB_BUSINESS" this my table