-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local setup of Kafka to Neo4j by using Docker #533
Comments
Firstly, I recommend not using Control Center. It will not help you debug the problem(s). Your schema registry (port 8081) is simply down, as shown by your Docker Desktop image (and it's not clear you're using Avro data, anyway for the Connector). You should use Also, port 9092 is not an HTTP address, so using POSTMan on it wont work. |
Hi @maheshtati441, this not seems a Neo4j Streams related issue. I suppose there is a misconfiguration in your |
Hi Mauro,
Thanks for your Email. Attaching the docker file for your reference.
Awaiting for your response...!!!
Thank You,
Mahesh tati
…On Tue, Sep 20, 2022 at 8:44 PM Mauro Roiter ***@***.***> wrote:
Hi @maheshtati441 <https://github.com/maheshtati441>,
this not seems a Neo4j Streams related issue. I suppose there is a
misconfiguration in your docker-compose.yml.
If you can share the docker-compose file we can try to help you.
—
Reply to this email directly, view it on GitHub
<#533 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIP2GFTJXXDG4EQ6XGYA2PDV7HIFVANCNFSM5VY3SRKA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
He @maheshtati441, is this still a problem and if so, would you please post the docker compose file into the github issue so that we can access it? |
Guidelines
Please note that GitHub issues are only meant for bug reports/feature requests. If you have questions on how to use Streams, please ask on StackOverflow instead of creating an issue here.
Expected Behavior (Mandatory)
When an event is generated from Kafka, the event should be updated in Neo4j by the cypher query defined in the Neo4j Sink Connector
Actual Behavior (Mandatory)
I couldn't see the connect clusters and the tab to create schema and unable to identify the issue.
How to Reproduce the Problem
Simple Dataset (where it's possibile)
Steps (Mandatory)
2.Showing the docker containers in which Schema-Registry is in exited state after the docker run
In the Confluent (localhost:9021), under the connect there are no connectors found
If I request for connect-plugins through Postman, I can see the kafka connectors
[
{
"class": "org.apache.kafka.connect.mirror.MirrorCheckpointConnector",
"type": "source",
"version": "1"
},
{
"class": "org.apache.kafka.connect.mirror.MirrorHeartbeatConnector",
"type": "source",
"version": "1"
},
{
"class": "org.apache.kafka.connect.mirror.MirrorSourceConnector",
"type": "source",
"version": "1"
},
{
"class": "streams.kafka.connect.sink.Neo4jSinkConnector",
"type": "sink",
"version": "2.0.2"
},
{
"class": "streams.kafka.connect.source.Neo4jSourceConnector",
"type": "source",
"version": "2.0.2"
}
]
By using the curl command, I'm able to post and able to see the sink connectors through Postman
By using (localhost:8083/connectors/), I can see the sink connector getting created.
Under the Schema section of the Topic which is created, I don't see any option to create a schema.
If I query for the subjects and Topics I'm not getting any response.
Screenshots (where it's possibile)
Specifications (Mandatory)
Currently used versions
Versions
The text was updated successfully, but these errors were encountered: